#59115A

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

Shades of Palatinate Purple #59115A

Tints of Palatinate Purple #59115A

Color information

#59115A (or 0x59115A) is unknown color: approx Palatinate Purple. HEX triplet: 59, 11 and 5A. RGB value is (89,17,90). Sum of RGB (Red+Green+Blue) = 89+17+90=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #59115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59115A is #A6EEA5. Grayscale: #2E2E2E. Windows color (decimal): -10940070 or 5902681. OLE color: 5902681.

HSL color Cylindrical-coordinate representation of color #59115A: hue angle of 299.18º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59115A is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB891790-
CMYK0.010.8100.65
HSL299.18º68.22%20.98%-
HSV(B)299.18º81.11%35.29%-
XYZ6.173.269.98-
YUV46.85152.35158.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=45.41%
G=8.67%
B=45.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8917900.010.8100.65299.1868.2220.98
Hex59115A15104112b4415
Octal131211321121010145310425
Binary10110011000110110101101000101000001100101011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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