#5F1DE8

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

Shades of Han Purple #5F1DE8

Tints of Han Purple #5F1DE8

Color information

#5F1DE8 (or 0x5F1DE8) is unknown color: approx Han Purple. HEX triplet: 5F, 1D and E8. RGB value is (95,29,232). Sum of RGB (Red+Green+Blue) = 95+29+232=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 232 (91.02% from 255 or 65.17% from 356); Max value from RGB is 232 - color contains mainly: blue. Hex color #5F1DE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F1DE8 is #A0E217. Grayscale: #474747. Windows color (decimal): -10543640 or 15211871. OLE color: 15211871.

HSL color Cylindrical-coordinate representation of color #5F1DE8: hue angle of 259.51º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F1DE8 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9529232-
CMYK0.590.8800.09
HSL259.51º81.53%51.18%-
HSV(B)259.51º87.5%90.98%-
XYZ19.729.1477.07-
YUV71.88218.37144.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 29 (11.72% from 255) = 8.15%
BLUE value IS 232 (91.02% from 255) = 65.17%
R=26.69%
G=8.15%
B=65.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal95292320.590.8800.09259.5181.5351.18
Hex5F1DE83B58091045233
Octal137353507313001140412263
Binary101111111101111010001110111011000010011000001001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,29,232); }

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

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

 a { background-color: rgb(95,29,232); }

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

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

 span { border-color: rgb(95,29,232); }

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