#59115F

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

Shades of Palatinate Purple #59115F

Tints of Palatinate Purple #59115F

Color information

#59115F (or 0x59115F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 11 and 5F. RGB value is (89,17,95). Sum of RGB (Red+Green+Blue) = 89+17+95=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #59115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59115F is #A6EEA0. Grayscale: #2F2F2F. Windows color (decimal): -10940065 or 6230361. OLE color: 6230361.

HSL color Cylindrical-coordinate representation of color #59115F: hue angle of 295.38º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59115F is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB891795-
CMYK0.060.8200.63
HSL295.38º69.64%21.96%-
HSV(B)295.38º82.11%37.25%-
XYZ6.393.3511.14-
YUV47.42154.85157.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=44.28%
G=8.46%
B=47.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8917950.060.8200.63295.3869.6421.96
Hex59115F65203F1274616
Octal13121137612207744710626
Binary101100110001101111111010100100111111100100111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59115F; }

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

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

<style>
 a { background-color: #59115F; }

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

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

<style>
 span { border-color: #59115F; }

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

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