Html Css Color HEX #590959 Palatinate Purple

📋 copy color: '#590959'

red 89 ◦ green 9 ◦ blue 89

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

Shades of Palatinate Purple #590959

Tints of Palatinate Purple #590959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.81%

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

R = 47.59%
G = 4.81%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#590959 (or 0x590959) is known color: Palatinate Purple. HEX triplet: 59, 09 and 59. RGB value is (89,9,89). Sum of RGB (Red+Green+Blue) = 89+9+89=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590959 is #A6F6A6. Grayscale: #292929. Windows color (decimal): -10942119 or 5835097. OLE color: 5835097.

HSL color Cylindrical-coordinate representation of color #590959: hue angle of 300º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590959 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 89 -
CMYK 0 0.90 0 0.65
HSL 300º 0.82% 0.19% -
HSV(B) 300º 0.9% 0.35% -
XYZ 6.02 3.04 9.72 -
YUV 42.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 89 9 89 0 0.90 0 0.65 300 0.82 0.19
Hex 59 9 59 0 5A 0 41 12C 52 13
Octal 131 11 131 0 132 0 101 454 122 23
Binary 1011001 1001 1011001 0 1011010 0 1000001 100101100 1010010 10011

Color Harmonies of #590959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590959

Black with #590959

Text Example


Text Example

White with #590959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590959; }

 p { color: rgb(89,9,89); }

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

background-color css

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

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

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

border-color css

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

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

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