#5F12DE

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

Shades of Han Purple #5F12DE

Tints of Han Purple #5F12DE

Color information

#5F12DE (or 0x5F12DE) is unknown color: approx Han Purple. HEX triplet: 5F, 12 and DE. RGB value is (95,18,222). Sum of RGB (Red+Green+Blue) = 95+18+222=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F12DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F12DE is #A0ED21. Grayscale: #3F3F3F. Windows color (decimal): -10546466 or 14553695. OLE color: 14553695.

HSL color Cylindrical-coordinate representation of color #5F12DE: hue angle of 262.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F12DE is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9518222-
CMYK0.570.9200.13
HSL262.65º85%47.06%-
HSV(B)262.65º91.89%87.06%-
XYZ18.128.1469.72-
YUV64.28217.01149.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 18 (7.42% from 255) = 5.37%
BLUE value IS 222 (87.11% from 255) = 66.27%
R=28.36%
G=5.37%
B=66.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal95182220.570.9200.13262.658547.06
Hex5F12DE395C0D107552f
Octal137223367113401540712557
Binary101111110010110111101110011011100011011000001111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F12DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F12DE; }

 p { color: rgb(95,18,222); }

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

<style>
 a { background-color: #5F12DE; }

 a { background-color: rgb(95,18,222); }

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

<style>
 span { border-color: #5F12DE; }

 span { border-color: rgb(95,18,222); }

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