#5F1559

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

Shades of Palatinate Purple #5F1559

Tints of Palatinate Purple #5F1559

Color information

#5F1559 (or 0x5F1559) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 15 and 59. RGB value is (95,21,89). Sum of RGB (Red+Green+Blue) = 95+21+89=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1559 is #A0EAA6. Grayscale: #323232. Windows color (decimal): -10545831 or 5838175. OLE color: 5838175.

HSL color Cylindrical-coordinate representation of color #5F1559: hue angle of 304.86º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F1559 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB952189-
CMYK00.780.060.63
HSL304.86º63.79%22.75%-
HSV(B)304.86º77.89%37.25%-
XYZ6.793.699.81-
YUV50.88149.52159.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.34%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=46.34%
G=10.24%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95218900.780.060.63304.8663.7922.75
Hex5F155904E63F1314017
Octal13725131011667746110027
Binary101111110101101100101001110110111111100110001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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