#5F11FC

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

Shades of Han Purple #5F11FC

Tints of Han Purple #5F11FC

Color information

#5F11FC (or 0x5F11FC) is unknown color: approx Han Purple. HEX triplet: 5F, 11 and FC. RGB value is (95,17,252). Sum of RGB (Red+Green+Blue) = 95+17+252=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F11FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F11FC is #A0EE03. Grayscale: #424242. Windows color (decimal): -10546692 or 16519519. OLE color: 16519519.

HSL color Cylindrical-coordinate representation of color #5F11FC: hue angle of 259.91º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F11FC is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9517252-
CMYK0.620.9300.01
HSL259.91º97.51%52.75%-
HSV(B)259.91º93.25%98.82%-
XYZ22.499.8692.81-
YUV67.11232.34147.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.10%
GREEN value IS 17 (7.03% from 255) = 4.67%
BLUE value IS 252 (98.83% from 255) = 69.23%
R=26.10%
G=4.67%
B=69.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal95172520.620.9300.01259.9197.5152.75
Hex5F11FC3E5D011046235
Octal13721374761350140414265
Binary101111110001111111001111101011101011000001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F11FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,17,252); }

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

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

 a { background-color: rgb(95,17,252); }

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

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

 span { border-color: rgb(95,17,252); }

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