#59035C

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

Shades of Palatinate Purple #59035C

Tints of Palatinate Purple #59035C

Color information

#59035C (or 0x59035C) is unknown color: approx Palatinate Purple. HEX triplet: 59, 03 and 5C. RGB value is (89,3,92). Sum of RGB (Red+Green+Blue) = 89+3+92=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #59035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59035C is #A6FCA3. Grayscale: #262626. Windows color (decimal): -10943652 or 6030169. OLE color: 6030169.

HSL color Cylindrical-coordinate representation of color #59035C: hue angle of 297.98º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59035C is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB89392-
CMYK0.030.9700.64
HSL297.98º93.68%18.63%-
HSV(B)297.98º96.74%36.08%-
XYZ6.082.9610.38-
YUV38.86157.99163.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.37%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 92 (36.33% from 255) = 50%
R=48.37%
G=1.63%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal893920.030.9700.64297.9893.6818.63
Hex5935C36104012a5e13
Octal13131343141010045213623
Binary101100111101110011110000101000000100101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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