Html Css Color HEX #591161 Palatinate Purple

📋 copy color: '#591161'

red 89 ◦ green 17 ◦ blue 97

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

Shades of Palatinate Purple #591161

Tints of Palatinate Purple #591161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 43.84%
G = 8.37%
B = 47.78%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591161 (or 0x591161) is known color: Palatinate Purple. HEX triplet: 59, 11 and 61. RGB value is (89,17,97). Sum of RGB (Red+Green+Blue) = 89+17+97=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #591161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591161 is #A6EE9E. Grayscale: #2F2F2F. Windows color (decimal): -10940063 or 6361433. OLE color: 6361433.

HSL color Cylindrical-coordinate representation of color #591161: hue angle of 294º 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 #591161 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 17 97 -
CMYK 0.08 0.82 0 0.62
HSL 294º 0.7% 0.22% -
HSV(B) 294º 0.82% 0.38% -
XYZ 6.48 3.39 11.62 -
YUV 47.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 89 17 97 0.08 0.82 0 0.62 294 0.7 0.22
Hex 59 11 61 8 52 0 3E 126 46 16
Octal 131 21 141 10 122 0 76 446 106 26
Binary 1011001 10001 1100001 1000 1010010 0 111110 100100110 1000110 10110

Color Harmonies of #591161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591161

Black with #591161

Text Example


Text Example

White with #591161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591161; }

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

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

background-color css

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

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

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

border-color css

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

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

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