#5F15E8

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

Shades of Han Purple #5F15E8

Tints of Han Purple #5F15E8

Color information

#5F15E8 (or 0x5F15E8) is unknown color: approx Han Purple. HEX triplet: 5F, 15 and E8. RGB value is (95,21,232). Sum of RGB (Red+Green+Blue) = 95+21+232=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 232 (91.02% from 255 or 66.67% from 348); Max value from RGB is 232 - color contains mainly: blue. Hex color #5F15E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F15E8 is #A0EA17. Grayscale: #424242. Windows color (decimal): -10545688 or 15209823. OLE color: 15209823.

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

Color convert

RGB9521232-
CMYK0.590.9100.09
HSL261.04º83.4%49.61%-
HSV(B)261.04º90.95%90.98%-
XYZ19.558.877.01-
YUV67.18221.02147.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 21 (8.59% from 255) = 6.03%
BLUE value IS 232 (91.02% from 255) = 66.67%
R=27.30%
G=6.03%
B=66.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal95212320.590.9100.09261.0483.449.61
Hex5F15E83B5B091055332
Octal137253507313301140512362
Binary101111110101111010001110111011011010011000001011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F15E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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