Html Css Color HEX #591063 Palatinate Purple

📋 copy color: '#591063'

red 89 ◦ green 16 ◦ blue 99

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

Shades of Palatinate Purple #591063

Tints of Palatinate Purple #591063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 43.63%
G = 7.84%
B = 48.53%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#591063 (or 0x591063) is known color: Palatinate Purple. HEX triplet: 59, 10 and 63. RGB value is (89,16,99). Sum of RGB (Red+Green+Blue) = 89+16+99=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #591063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591063 is #A6EF9C. Grayscale: #2F2F2F. Windows color (decimal): -10940317 or 6492249. OLE color: 6492249.

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

Color convert

RGB 89 16 99 -
CMYK 0.10 0.84 0 0.61
HSL 292.77º 0.72% 0.23% -
HSV(B) 292.77º 0.84% 0.39% -
XYZ 6.56 3.4 12.11 -
YUV 47.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 89 16 99 0.10 0.84 0 0.61 292.77 0.72 0.23
Hex 59 10 63 A 54 0 3D 125 48 17
Octal 131 20 143 12 124 0 75 445 110 27
Binary 1011001 10000 1100011 1010 1010100 0 111101 100100101 1001000 10111

Color Harmonies of #591063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591063

Black with #591063

Text Example


Text Example

White with #591063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591063; }

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

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

background-color css

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

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

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

border-color css

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

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

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