Html Css Color HEX #590860 Palatinate Purple

📋 copy color: '#590860'

red 89 ◦ green 8 ◦ blue 96

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

Shades of Palatinate Purple #590860

Tints of Palatinate Purple #590860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 46.11%
G = 4.15%
B = 49.74%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590860 (or 0x590860) is known color: Palatinate Purple. HEX triplet: 59, 08 and 60. RGB value is (89,8,96). Sum of RGB (Red+Green+Blue) = 89+8+96=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #590860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590860 is #A6F79F. Grayscale: #292929. Windows color (decimal): -10942368 or 6293593. OLE color: 6293593.

HSL color Cylindrical-coordinate representation of color #590860: hue angle of 295.23º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590860 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 8 96 -
CMYK 0.07 0.92 0 0.62
HSL 295.23º 0.85% 0.2% -
HSV(B) 295.23º 0.92% 0.38% -
XYZ 6.32 3.14 11.34 -
YUV 42.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 89 8 96 0.07 0.92 0 0.62 295.23 0.85 0.2
Hex 59 8 60 7 5C 0 3E 127 55 14
Octal 131 10 140 7 134 0 76 447 125 24
Binary 1011001 1000 1100000 111 1011100 0 111110 100100111 1010101 10100

Color Harmonies of #590860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590860

Black with #590860

Text Example


Text Example

White with #590860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590860; }

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

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

background-color css

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

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

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

border-color css

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

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

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