#5210F0

Color #5210F0 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5210F0

Tints of Han Purple #5210F0

Color information

#5210F0 (or 0x5210F0) is unknown color: approx Han Purple. HEX triplet: 52, 10 and F0. RGB value is (82,16,240). Sum of RGB (Red+Green+Blue) = 82+16+240=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #5210F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5210F0 is #ADEF0F. Grayscale: #3C3C3C. Windows color (decimal): -11398928 or 15732818. OLE color: 15732818.

HSL color Cylindrical-coordinate representation of color #5210F0: hue angle of 257.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5210F0 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8216240-
CMYK0.660.9300.06
HSL257.68º88.19%50.2%-
HSV(B)257.68º93.33%94.12%-
XYZ19.398.4683.05-
YUV61.27228.87142.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 16 (6.64% from 255) = 4.73%
BLUE value IS 240 (94.14% from 255) = 71.01%
R=24.26%
G=4.73%
B=71.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82162400.660.9300.06257.6888.1950.2
Hex5210F0425D061025832
Octal122203601021350640213062
Binary101001010000111100001000010101110101101000000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5210F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5210F0; }

 p { color: rgb(82,16,240); }

 H1.HeaderClassName
 {
   color: #5210F0;
 }
 .AnyTagClassName
 {
   color: #5210F0;
 }
</style>
background-color css

<style>
 a { background-color: #5210F0; }

 a { background-color: rgb(82,16,240); }

 div.DivClassName
 {
   background-color: #5210F0;
 }
 .BgClassName
 {
   background-color: #5210F0;
 }
</style>
border-color css

<style>
 span { border-color: #5210F0; }

 span { border-color: rgb(82,16,240); }

 td.TdClassName
 {
   border-color: #5210F0;
 }
 .TagClassName
 {
   border-color: #5210F0;
 }
</style>