Html Css Color HEX #590E50 Palatinate Purple

📋 copy color: '#590E50'

red 89 ◦ green 14 ◦ blue 80

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

Shades of Palatinate Purple #590E50

Tints of Palatinate Purple #590E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.72%

R = 48.63%
G = 7.65%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#590E50 (or 0x590E50) is known color: Palatinate Purple. HEX triplet: 59, 0E and 50. RGB value is (89,14,80). Sum of RGB (Red+Green+Blue) = 89+14+80=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #590E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590E50 is #A6F1AF. Grayscale: #2B2B2B. Windows color (decimal): -10940848 or 5246553. OLE color: 5246553.

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

Color convert

RGB 89 14 80 -
CMYK 0 0.84 0.10 0.65
HSL 307.2º 0.73% 0.2% -
HSV(B) 307.2º 0.84% 0.35% -
XYZ 5.72 3.02 7.87 -
YUV 43.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 89 14 80 0 0.84 0.10 0.65 307.2 0.73 0.2
Hex 59 E 50 0 54 A 41 133 49 14
Octal 131 16 120 0 124 12 101 463 111 24
Binary 1011001 1110 1010000 0 1010100 1010 1000001 100110011 1001001 10100

Color Harmonies of #590E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590E50

Black with #590E50

Text Example


Text Example

White with #590E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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