Html Css Color HEX #590C57 Palatinate Purple

📋 copy color: '#590C57'

red 89 ◦ green 12 ◦ blue 87

#590C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #590C57

Tints of Palatinate Purple #590C57

RGB

 RED value IS 89 (35.16% from 255) = 47.34%

 GREEN value IS 12 (5.08% from 255) = 6.38%

 BLUE value IS 87 (34.38% from 255) = 46.28%

R = 47.34%
G = 6.38%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#590C57 (or 0x590C57) is known color: Palatinate Purple. HEX triplet: 59, 0C and 57. RGB value is (89,12,87). Sum of RGB (Red+Green+Blue) = 89+12+87=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #590C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C57 is #A6F3A8. Grayscale: #2B2B2B. Windows color (decimal): -10941353 or 5704793. OLE color: 5704793.

HSL color Cylindrical-coordinate representation of color #590C57: hue angle of 301.56º 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 #590C57 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 12 87 -
CMYK 0 0.87 0.02 0.65
HSL 301.56º 0.76% 0.2% -
HSV(B) 301.56º 0.87% 0.35% -
XYZ 5.97 3.07 9.3 -
YUV 43.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 89 12 87 0 0.87 0.02 0.65 301.56 0.76 0.2
Hex 59 C 57 0 57 2 41 12E 4C 14
Octal 131 14 127 0 127 2 101 456 114 24
Binary 1011001 1100 1010111 0 1010111 10 1000001 100101110 1001100 10100

Color Harmonies of #590C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C57

Black with #590C57

Text Example


Text Example

White with #590C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #590C57;
 }
 .AnyTagClassName
 {
   color: #590C57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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