#5206EF

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

Shades of Han Purple #5206EF

Tints of Han Purple #5206EF

Color information

#5206EF (or 0x5206EF) is unknown color: approx Han Purple. HEX triplet: 52, 06 and EF. RGB value is (82,6,239). Sum of RGB (Red+Green+Blue) = 82+6+239=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #5206EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5206EF is #ADF910. Grayscale: #363636. Windows color (decimal): -11401489 or 15664722. OLE color: 15664722.

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

Color convert

RGB826239-
CMYK0.660.9700.06
HSL259.57º95.1%48.04%-
HSV(B)259.57º97.49%93.73%-
XYZ19.128.1682.23-
YUV55.29231.68147.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 6 (2.73% from 255) = 1.83%
BLUE value IS 239 (93.75% from 255) = 73.09%
R=25.08%
G=1.83%
B=73.09%

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
Decimal8262390.660.9700.06259.5795.148.04
Hex526EF4261061045f30
Octal12263571021410640413760
Binary1010010110111011111000010110000101101000001001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5206EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5206EF; }

 p { color: rgb(82,6,239); }

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

<style>
 a { background-color: #5206EF; }

 a { background-color: rgb(82,6,239); }

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

<style>
 span { border-color: #5206EF; }

 span { border-color: rgb(82,6,239); }

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