Html Css Color HEX #591451 Palatinate Purple

📋 copy color: '#591451'

red 89 ◦ green 20 ◦ blue 81

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

Shades of Palatinate Purple #591451

Tints of Palatinate Purple #591451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

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

R = 46.84%
G = 10.53%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#591451 (or 0x591451) is known color: Palatinate Purple. HEX triplet: 59, 14 and 51. RGB value is (89,20,81). Sum of RGB (Red+Green+Blue) = 89+20+81=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #591451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591451 is #A6EBAE. Grayscale: #2F2F2F. Windows color (decimal): -10939311 or 5313625. OLE color: 5313625.

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

Color convert

RGB 89 20 81 -
CMYK 0 0.78 0.09 0.65
HSL 306.96º 0.63% 0.21% -
HSV(B) 306.96º 0.78% 0.35% -
XYZ 5.86 3.22 8.1 -
YUV 47.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 89 20 81 0 0.78 0.09 0.65 306.96 0.63 0.21
Hex 59 14 51 0 4E 9 41 133 3F 15
Octal 131 24 121 0 116 11 101 463 77 25
Binary 1011001 10100 1010001 0 1001110 1001 1000001 100110011 111111 10101

Color Harmonies of #591451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591451

Black with #591451

Text Example


Text Example

White with #591451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591451; }

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

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

background-color css

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

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

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

border-color css

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

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

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