Html Css Color HEX #590D52 Palatinate Purple

📋 copy color: '#590D52'

red 89 ◦ green 13 ◦ blue 82

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

Shades of Palatinate Purple #590D52

Tints of Palatinate Purple #590D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 48.37%
G = 7.07%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#590D52 (or 0x590D52) is known color: Palatinate Purple. HEX triplet: 59, 0D and 52. RGB value is (89,13,82). Sum of RGB (Red+Green+Blue) = 89+13+82=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #590D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D52 is #A6F2AD. Grayscale: #2B2B2B. Windows color (decimal): -10941102 or 5377369. OLE color: 5377369.

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

Color convert

RGB 89 13 82 -
CMYK 0 0.85 0.08 0.65
HSL 305.53º 0.75% 0.2% -
HSV(B) 305.53º 0.85% 0.35% -
XYZ 5.79 3.02 8.26 -
YUV 43.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 89 13 82 0 0.85 0.08 0.65 305.53 0.75 0.2
Hex 59 D 52 0 55 8 41 132 4B 14
Octal 131 15 122 0 125 10 101 462 113 24
Binary 1011001 1101 1010010 0 1010101 1000 1000001 100110010 1001011 10100

Color Harmonies of #590D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590D52

Black with #590D52

Text Example


Text Example

White with #590D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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