Html Css Color HEX #590859 Palatinate Purple

📋 copy color: '#590859'

red 89 ◦ green 8 ◦ blue 89

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

Shades of Palatinate Purple #590859

Tints of Palatinate Purple #590859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

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

R = 47.85%
G = 4.3%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#590859 (or 0x590859) is known color: Palatinate Purple. HEX triplet: 59, 08 and 59. RGB value is (89,8,89). Sum of RGB (Red+Green+Blue) = 89+8+89=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590859 is #A6F7A6. Grayscale: #292929. Windows color (decimal): -10942375 or 5834841. OLE color: 5834841.

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

Color convert

RGB 89 8 89 -
CMYK 0 0.91 0 0.65
HSL 300º 0.84% 0.19% -
HSV(B) 300º 0.91% 0.35% -
XYZ 6.01 3.02 9.72 -
YUV 41.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 89 8 89 0 0.91 0 0.65 300 0.84 0.19
Hex 59 8 59 0 5B 0 41 12C 54 13
Octal 131 10 131 0 133 0 101 454 124 23
Binary 1011001 1000 1011001 0 1011011 0 1000001 100101100 1010100 10011

Color Harmonies of #590859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590859

Black with #590859

Text Example


Text Example

White with #590859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590859; }

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

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

background-color css

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

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

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

border-color css

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

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

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