Html Css Color HEX #591163 Palatinate Purple

📋 copy color: '#591163'

red 89 ◦ green 17 ◦ blue 99

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

Shades of Palatinate Purple #591163

Tints of Palatinate Purple #591163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 43.41%
G = 8.29%
B = 48.29%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#591163 (or 0x591163) is known color: Palatinate Purple. HEX triplet: 59, 11 and 63. RGB value is (89,17,99). Sum of RGB (Red+Green+Blue) = 89+17+99=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #591163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591163 is #A6EE9C. Grayscale: #2F2F2F. Windows color (decimal): -10940061 or 6492505. OLE color: 6492505.

HSL color Cylindrical-coordinate representation of color #591163: hue angle of 292.68º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591163 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 17 99 -
CMYK 0.10 0.83 0 0.61
HSL 292.68º 0.71% 0.23% -
HSV(B) 292.68º 0.83% 0.39% -
XYZ 6.57 3.43 12.12 -
YUV 47.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 89 17 99 0.10 0.83 0 0.61 292.68 0.71 0.23
Hex 59 11 63 A 53 0 3D 125 47 17
Octal 131 21 143 12 123 0 75 445 107 27
Binary 1011001 10001 1100011 1010 1010011 0 111101 100100101 1000111 10111

Color Harmonies of #591163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591163

Black with #591163

Text Example


Text Example

White with #591163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591163; }

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

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

background-color css

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

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

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

border-color css

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

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

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