#5208F0

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

Shades of Han Purple #5208F0

Tints of Han Purple #5208F0

Color information

#5208F0 (or 0x5208F0) is unknown color: approx Han Purple. HEX triplet: 52, 08 and F0. RGB value is (82,8,240). Sum of RGB (Red+Green+Blue) = 82+8+240=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 240 (94.14% from 255 or 72.73% from 330); Max value from RGB is 240 - color contains mainly: blue. Hex color #5208F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5208F0 is #ADF70F. Grayscale: #373737. Windows color (decimal): -11400976 or 15730770. OLE color: 15730770.

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

Color convert

RGB828240-
CMYK0.660.9700.06
HSL259.14º93.55%48.63%-
HSV(B)259.14º96.67%94.12%-
XYZ19.298.2683.02-
YUV56.57231.52146.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 8 (3.52% from 255) = 2.42%
BLUE value IS 240 (94.14% from 255) = 72.73%
R=24.85%
G=2.42%
B=72.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8282400.660.9700.06259.1493.5548.63
Hex528F04261061035e31
Octal122103601021410640313661
Binary10100101000111100001000010110000101101000000111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5208F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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