#590C54

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

Shades of Palatinate Purple #590C54

Tints of Palatinate Purple #590C54

Color information

#590C54 (or 0x590C54) is unknown color: approx Palatinate Purple. HEX triplet: 59, 0C and 54. RGB value is (89,12,84). Sum of RGB (Red+Green+Blue) = 89+12+84=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #590C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C54 is #A6F3AB. Grayscale: #2B2B2B. Windows color (decimal): -10941356 or 5508185. OLE color: 5508185.

HSL color Cylindrical-coordinate representation of color #590C54: hue angle of 303.9º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590C54 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB891284-
CMYK00.870.060.65
HSL303.9º76.24%19.8%-
HSV(B)303.9º86.52%34.9%-
XYZ5.853.038.66-
YUV43.23151.01160.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=48.11%
G=6.49%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89128400.870.060.65303.976.2419.8
Hex59C540576411304c14
Octal131141240127610146011424
Binary101100111001010100010101111101000001100110000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590C54; }

 p { color: rgb(89,12,84); }

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

<style>
 a { background-color: #590C54; }

 a { background-color: rgb(89,12,84); }

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

<style>
 span { border-color: #590C54; }

 span { border-color: rgb(89,12,84); }

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