#59015B

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

Shades of Palatinate Purple #59015B

Tints of Palatinate Purple #59015B

Color information

#59015B (or 0x59015B) is unknown color: approx Palatinate Purple. HEX triplet: 59, 01 and 5B. RGB value is (89,1,91). Sum of RGB (Red+Green+Blue) = 89+1+91=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #59015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59015B is #A6FEA4. Grayscale: #252525. Windows color (decimal): -10944165 or 5964121. OLE color: 5964121.

HSL color Cylindrical-coordinate representation of color #59015B: hue angle of 298.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59015B is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB89191-
CMYK0.020.9900.64
HSL298.67º97.83%18.04%-
HSV(B)298.67º98.9%35.69%-
XYZ6.022.910.14-
YUV37.57158.15164.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.17%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=49.17%
G=0.55%
B=50.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891910.020.9900.64298.6797.8318.04
Hex5915B26304012b6212
Octal13111332143010045314222
Binary10110011101101110110001101000000100101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59015B; }

 p { color: rgb(89,1,91); }

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

<style>
 a { background-color: #59015B; }

 a { background-color: rgb(89,1,91); }

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

<style>
 span { border-color: #59015B; }

 span { border-color: rgb(89,1,91); }

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