Html Css Color HEX #590E52 Palatinate Purple

📋 copy color: '#590E52'

red 89 ◦ green 14 ◦ blue 82

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

Shades of Palatinate Purple #590E52

Tints of Palatinate Purple #590E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.57%

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

R = 48.11%
G = 7.57%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#590E52 (or 0x590E52) is known color: Palatinate Purple. HEX triplet: 59, 0E and 52. RGB value is (89,14,82). Sum of RGB (Red+Green+Blue) = 89+14+82=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #590E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590E52 is #A6F1AD. Grayscale: #2B2B2B. Windows color (decimal): -10940846 or 5377625. OLE color: 5377625.

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

Color convert

RGB 89 14 82 -
CMYK 0 0.84 0.08 0.65
HSL 305.6º 0.73% 0.2% -
HSV(B) 305.6º 0.84% 0.35% -
XYZ 5.8 3.05 8.27 -
YUV 44.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 89 14 82 0 0.84 0.08 0.65 305.6 0.73 0.2
Hex 59 E 52 0 54 8 41 132 49 14
Octal 131 16 122 0 124 10 101 462 111 24
Binary 1011001 1110 1010010 0 1010100 1000 1000001 100110010 1001001 10100

Color Harmonies of #590E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590E52

Black with #590E52

Text Example


Text Example

White with #590E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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