Html Css Color HEX #590D55 Palatinate Purple

📋 copy color: '#590D55'

red 89 ◦ green 13 ◦ blue 85

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

Shades of Palatinate Purple #590D55

Tints of Palatinate Purple #590D55

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.95%

 BLUE value IS 85 (33.59% from 255) = 45.45%

R = 47.59%
G = 6.95%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#590D55 (or 0x590D55) is known color: Palatinate Purple. HEX triplet: 59, 0D and 55. RGB value is (89,13,85). Sum of RGB (Red+Green+Blue) = 89+13+85=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #590D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D55 is #A6F2AA. Grayscale: #2B2B2B. Windows color (decimal): -10941099 or 5573977. OLE color: 5573977.

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

Color convert

RGB 89 13 85 -
CMYK 0 0.85 0.04 0.65
HSL 303.16º 0.75% 0.2% -
HSV(B) 303.16º 0.85% 0.35% -
XYZ 5.9 3.07 8.88 -
YUV 43.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 89 13 85 0 0.85 0.04 0.65 303.16 0.75 0.2
Hex 59 D 55 0 55 4 41 12F 4B 14
Octal 131 15 125 0 125 4 101 457 113 24
Binary 1011001 1101 1010101 0 1010101 100 1000001 100101111 1001011 10100

Color Harmonies of #590D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590D55

Black with #590D55

Text Example


Text Example

White with #590D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,13,85); }

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

background-color css

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

 a { background-color: rgb(89,13,85); }

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

border-color css

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

 span { border-color: rgb(89,13,85); }

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