#59125C

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

Shades of Palatinate Purple #59125C

Tints of Palatinate Purple #59125C

Color information

#59125C (or 0x59125C) is unknown color: approx Palatinate Purple. HEX triplet: 59, 12 and 5C. RGB value is (89,18,92). Sum of RGB (Red+Green+Blue) = 89+18+92=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #59125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59125C is #A6EDA3. Grayscale: #2F2F2F. Windows color (decimal): -10939812 or 6034009. OLE color: 6034009.

HSL color Cylindrical-coordinate representation of color #59125C: hue angle of 297.57º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59125C is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB891892-
CMYK0.030.8000.64
HSL297.57º67.27%21.57%-
HSV(B)297.57º80.43%36.08%-
XYZ6.273.3310.44-
YUV47.66153.02157.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=44.72%
G=9.05%
B=46.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8918920.030.8000.64297.5767.2721.57
Hex59125C35004012a4316
Octal131221343120010045210326
Binary101100110010101110011101000001000000100101010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59125C; }

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

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

<style>
 a { background-color: #59125C; }

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

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

<style>
 span { border-color: #59125C; }

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

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