#5F0FF6

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

Shades of Han Purple #5F0FF6

Tints of Han Purple #5F0FF6

Color information

#5F0FF6 (or 0x5F0FF6) is unknown color: approx Han Purple. HEX triplet: 5F, 0F and F6. RGB value is (95,15,246). Sum of RGB (Red+Green+Blue) = 95+15+246=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #5F0FF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0FF6 is #A0F009. Grayscale: #404040. Windows color (decimal): -10547210 or 16125791. OLE color: 16125791.

HSL color Cylindrical-coordinate representation of color #5F0FF6: hue angle of 260.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0FF6 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9515246-
CMYK0.610.9400.04
HSL260.78º92.77%51.18%-
HSV(B)260.78º93.9%96.47%-
XYZ21.529.4387.87-
YUV65.25230149.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 15 (6.25% from 255) = 4.21%
BLUE value IS 246 (96.48% from 255) = 69.10%
R=26.69%
G=4.21%
B=69.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal95152460.610.9400.04260.7892.7751.18
Hex5FFF63D5E041055d33
Octal13717366751360440513563
Binary1011111111111110110111101101111001001000001011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,15,246); }

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

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

 a { background-color: rgb(95,15,246); }

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

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

 span { border-color: rgb(95,15,246); }

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