Html Css Color HEX #591151 Palatinate Purple

📋 copy color: '#591151'

red 89 ◦ green 17 ◦ blue 81

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

Shades of Palatinate Purple #591151

Tints of Palatinate Purple #591151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 47.59%
G = 9.09%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#591151 (or 0x591151) is known color: Palatinate Purple. HEX triplet: 59, 11 and 51. RGB value is (89,17,81). Sum of RGB (Red+Green+Blue) = 89+17+81=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #591151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591151 is #A6EEAE. Grayscale: #2D2D2D. Windows color (decimal): -10940079 or 5312857. OLE color: 5312857.

HSL color Cylindrical-coordinate representation of color #591151: hue angle of 306.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591151 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 81 -
CMYK 0 0.81 0.09 0.65
HSL 306.67º 0.68% 0.21% -
HSV(B) 306.67º 0.81% 0.35% -
XYZ 5.81 3.12 8.08 -
YUV 45.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 89 17 81 0 0.81 0.09 0.65 306.67 0.68 0.21
Hex 59 11 51 0 51 9 41 133 44 15
Octal 131 21 121 0 121 11 101 463 104 25
Binary 1011001 10001 1010001 0 1010001 1001 1000001 100110011 1000100 10101

Color Harmonies of #591151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591151

Black with #591151

Text Example


Text Example

White with #591151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591151; }

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

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

background-color css

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

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

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

border-color css

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

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

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