Html Css Color HEX #590760 Palatinate Purple

📋 copy color: '#590760'

red 89 ◦ green 7 ◦ blue 96

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

Shades of Palatinate Purple #590760

Tints of Palatinate Purple #590760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.65%

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

R = 46.35%
G = 3.65%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590760 (or 0x590760) is known color: Palatinate Purple. HEX triplet: 59, 07 and 60. RGB value is (89,7,96). Sum of RGB (Red+Green+Blue) = 89+7+96=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #590760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590760 is #A6F89F. Grayscale: #292929. Windows color (decimal): -10942624 or 6293337. OLE color: 6293337.

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

Color convert

RGB 89 7 96 -
CMYK 0.07 0.93 0 0.62
HSL 295.28º 0.86% 0.2% -
HSV(B) 295.28º 0.93% 0.38% -
XYZ 6.31 3.12 11.34 -
YUV 41.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 89 7 96 0.07 0.93 0 0.62 295.28 0.86 0.2
Hex 59 7 60 7 5D 0 3E 127 56 14
Octal 131 7 140 7 135 0 76 447 126 24
Binary 1011001 111 1100000 111 1011101 0 111110 100100111 1010110 10100

Color Harmonies of #590760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590760

Black with #590760

Text Example


Text Example

White with #590760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590760; }

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

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

background-color css

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

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

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

border-color css

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

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

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