Html Css Color HEX #591160 Palatinate Purple

📋 copy color: '#591160'

red 89 ◦ green 17 ◦ blue 96

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

Shades of Palatinate Purple #591160

Tints of Palatinate Purple #591160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

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

R = 44.06%
G = 8.42%
B = 47.52%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591160 (or 0x591160) is known color: Palatinate Purple. HEX triplet: 59, 11 and 60. RGB value is (89,17,96). Sum of RGB (Red+Green+Blue) = 89+17+96=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #591160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591160 is #A6EE9F. Grayscale: #2F2F2F. Windows color (decimal): -10940064 or 6295897. OLE color: 6295897.

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

Color convert

RGB 89 17 96 -
CMYK 0.07 0.82 0 0.62
HSL 294.68º 0.7% 0.22% -
HSV(B) 294.68º 0.82% 0.38% -
XYZ 6.43 3.37 11.38 -
YUV 47.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 89 17 96 0.07 0.82 0 0.62 294.68 0.7 0.22
Hex 59 11 60 7 52 0 3E 127 46 16
Octal 131 21 140 7 122 0 76 447 106 26
Binary 1011001 10001 1100000 111 1010010 0 111110 100100111 1000110 10110

Color Harmonies of #591160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591160

Black with #591160

Text Example


Text Example

White with #591160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591160; }

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

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

background-color css

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

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

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

border-color css

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

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

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