#59124E

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

Shades of Palatinate Purple #59124E

Tints of Palatinate Purple #59124E

Color information

#59124E (or 0x59124E) is unknown color: approx Palatinate Purple. HEX triplet: 59, 12 and 4E. RGB value is (89,18,78). Sum of RGB (Red+Green+Blue) = 89+18+78=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59124E is #A6EDB1. Grayscale: #2D2D2D. Windows color (decimal): -10939826 or 5116505. OLE color: 5116505.

HSL color Cylindrical-coordinate representation of color #59124E: hue angle of 309.3º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59124E is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB891878-
CMYK00.800.120.65
HSL309.3º66.36%20.98%-
HSV(B)309.3º79.78%34.9%-
XYZ5.713.117.51-
YUV46.07146.02158.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=48.11%
G=9.73%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89187800.800.120.65309.366.3620.98
Hex59124E050C411354215
Octal1312211601201410146510225
Binary10110011001010011100101000011001000001100110101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59124E; }

 p { color: rgb(89,18,78); }

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

<style>
 a { background-color: #59124E; }

 a { background-color: rgb(89,18,78); }

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

<style>
 span { border-color: #59124E; }

 span { border-color: rgb(89,18,78); }

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