#5F19F9

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

Shades of Han Purple #5F19F9

Tints of Han Purple #5F19F9

Color information

#5F19F9 (or 0x5F19F9) is unknown color: approx Han Purple. HEX triplet: 5F, 19 and F9. RGB value is (95,25,249). Sum of RGB (Red+Green+Blue) = 95+25+249=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #5F19F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F19F9 is #A0E606. Grayscale: #464646. Windows color (decimal): -10544647 or 16324959. OLE color: 16324959.

HSL color Cylindrical-coordinate representation of color #5F19F9: hue angle of 258.75º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F19F9 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9525249-
CMYK0.620.9000.02
HSL258.75º94.92%53.73%-
HSV(B)258.75º89.96%97.65%-
XYZ22.179.9790.38-
YUV71.47228.19144.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 25 (10.16% from 255) = 6.78%
BLUE value IS 249 (97.66% from 255) = 67.48%
R=25.75%
G=6.78%
B=67.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal95252490.620.9000.02258.7594.9253.73
Hex5F19F93E5A021035f36
Octal13731371761320240313766
Binary1011111110011111100111111010110100101000000111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F19F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,25,249); }

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

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

 a { background-color: rgb(95,25,249); }

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

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

 span { border-color: rgb(95,25,249); }

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