#5F2959

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

Shades of Palatinate Purple #5F2959

Tints of Palatinate Purple #5F2959

Color information

#5F2959 (or 0x5F2959) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 29 and 59. RGB value is (95,41,89). Sum of RGB (Red+Green+Blue) = 95+41+89=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2959 is #A0D6A6. Grayscale: #3E3E3E. Windows color (decimal): -10540711 or 5843295. OLE color: 5843295.

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

Color convert

RGB954189-
CMYK00.570.060.63
HSL306.67º39.71%26.67%-
HSV(B)306.67º56.84%37.25%-
XYZ7.324.749.98-
YUV62.62142.89151.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.22%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=42.22%
G=18.22%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95418900.570.060.63306.6739.7126.67
Hex5F295903963F133281b
Octal137511310716774635033
Binary10111111010011011001011100111011111110011001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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