#5F2B59

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

Shades of Palatinate Purple #5F2B59

Tints of Palatinate Purple #5F2B59

Color information

#5F2B59 (or 0x5F2B59) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 2B and 59. RGB value is (95,43,89). Sum of RGB (Red+Green+Blue) = 95+43+89=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2B59 is #A0D4A6. Grayscale: #3F3F3F. Windows color (decimal): -10540199 or 5843807. OLE color: 5843807.

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

Color convert

RGB954389-
CMYK00.550.060.63
HSL306.92º37.68%27.06%-
HSV(B)306.92º54.74%37.25%-
XYZ7.394.8810-
YUV63.79142.23150.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.85%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=41.85%
G=18.94%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95438900.550.060.63306.9237.6827.06
Hex5F2B5903763F133261b
Octal137531310676774634633
Binary10111111010111011001011011111011111110011001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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