Html Css Color HEX #591162 Palatinate Purple

📋 copy color: '#591162'

red 89 ◦ green 17 ◦ blue 98

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

Shades of Palatinate Purple #591162

Tints of Palatinate Purple #591162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.04%

R = 43.63%
G = 8.33%
B = 48.04%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591162 (or 0x591162) is known color: Palatinate Purple. HEX triplet: 59, 11 and 62. RGB value is (89,17,98). Sum of RGB (Red+Green+Blue) = 89+17+98=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #591162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591162 is #A6EE9D. Grayscale: #2F2F2F. Windows color (decimal): -10940062 or 6426969. OLE color: 6426969.

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

Color convert

RGB 89 17 98 -
CMYK 0.09 0.83 0 0.62
HSL 293.33º 0.7% 0.23% -
HSV(B) 293.33º 0.83% 0.38% -
XYZ 6.52 3.41 11.87 -
YUV 47.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 89 17 98 0.09 0.83 0 0.62 293.33 0.7 0.23
Hex 59 11 62 9 53 0 3E 125 46 17
Octal 131 21 142 11 123 0 76 445 106 27
Binary 1011001 10001 1100010 1001 1010011 0 111110 100100101 1000110 10111

Color Harmonies of #591162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591162

Black with #591162

Text Example


Text Example

White with #591162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591162; }

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

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

background-color css

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

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

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

border-color css

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

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

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