Html Css Color HEX #591351 Palatinate Purple

📋 copy color: '#591351'

red 89 ◦ green 19 ◦ blue 81

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

Shades of Palatinate Purple #591351

Tints of Palatinate Purple #591351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 47.09%
G = 10.05%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#591351 (or 0x591351) is known color: Palatinate Purple. HEX triplet: 59, 13 and 51. RGB value is (89,19,81). Sum of RGB (Red+Green+Blue) = 89+19+81=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #591351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591351 is #A6ECAE. Grayscale: #2E2E2E. Windows color (decimal): -10939567 or 5313369. OLE color: 5313369.

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

Color convert

RGB 89 19 81 -
CMYK 0 0.79 0.09 0.65
HSL 306.86º 0.65% 0.21% -
HSV(B) 306.86º 0.79% 0.35% -
XYZ 5.84 3.18 8.09 -
YUV 47 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 89 19 81 0 0.79 0.09 0.65 306.86 0.65 0.21
Hex 59 13 51 0 4F 9 41 133 41 15
Octal 131 23 121 0 117 11 101 463 101 25
Binary 1011001 10011 1010001 0 1001111 1001 1000001 100110011 1000001 10101

Color Harmonies of #591351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591351

Black with #591351

Text Example


Text Example

White with #591351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591351; }

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

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

background-color css

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

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

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

border-color css

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

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

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