#59165C

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

Shades of Palatinate Purple #59165C

Tints of Palatinate Purple #59165C

Color information

#59165C (or 0x59165C) is unknown color: approx Palatinate Purple. HEX triplet: 59, 16 and 5C. RGB value is (89,22,92). Sum of RGB (Red+Green+Blue) = 89+22+92=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #59165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59165C is #A6E9A3. Grayscale: #313131. Windows color (decimal): -10938788 or 6035033. OLE color: 6035033.

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

Color convert

RGB892292-
CMYK0.030.7600.64
HSL297.43º61.4%22.35%-
HSV(B)297.43º76.09%36.08%-
XYZ6.343.4710.46-
YUV50.01151.7155.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=43.84%
G=10.84%
B=45.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8922920.030.7600.64297.4361.422.35
Hex59165C34C0401293d16
Octal13126134311401004517526
Binary10110011011010111001110011000100000010010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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