#5F1966

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

Shades of Palatinate Purple #5F1966

Tints of Palatinate Purple #5F1966

Color information

#5F1966 (or 0x5F1966) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 19 and 66. RGB value is (95,25,102). Sum of RGB (Red+Green+Blue) = 95+25+102=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F1966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1966 is #A0E699. Grayscale: #363636. Windows color (decimal): -10544794 or 6691167. OLE color: 6691167.

HSL color Cylindrical-coordinate representation of color #5F1966: hue angle of 294.55º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F1966 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9525102-
CMYK0.070.7500.6
HSL294.55º60.63%24.9%-
HSV(B)294.55º75.49%40%-
XYZ7.474.0912.97-
YUV54.71154.69156.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.79%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=42.79%
G=11.26%
B=45.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95251020.070.7500.6294.5560.6324.9
Hex5F196674B03C1273d19
Octal1373114671130744477531
Binary10111111100111001101111001011011110010010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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