Html Css Color HEX #591E55 Palatinate Purple

📋 copy color: '#591E55'

red 89 ◦ green 30 ◦ blue 85

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

Shades of Palatinate Purple #591E55

Tints of Palatinate Purple #591E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.71%

 BLUE value IS 85 (33.59% from 255) = 41.67%

R = 43.63%
G = 14.71%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#591E55 (or 0x591E55) is known color: Palatinate Purple. HEX triplet: 59, 1E and 55. RGB value is (89,30,85). Sum of RGB (Red+Green+Blue) = 89+30+85=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #591E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591E55 is #A6E1AA. Grayscale: #353535. Windows color (decimal): -10936747 or 5578329. OLE color: 5578329.

HSL color Cylindrical-coordinate representation of color #591E55: hue angle of 304.07º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #591E55 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 30 85 -
CMYK 0 0.66 0.04 0.65
HSL 304.07º 0.5% 0.23% -
HSV(B) 304.07º 0.66% 0.35% -
XYZ 6.22 3.71 8.98 -
YUV 53.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 89 30 85 0 0.66 0.04 0.65 304.07 0.5 0.23
Hex 59 1E 55 0 42 4 41 130 32 17
Octal 131 36 125 0 102 4 101 460 62 27
Binary 1011001 11110 1010101 0 1000010 100 1000001 100110000 110010 10111

Color Harmonies of #591E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591E55

Black with #591E55

Text Example


Text Example

White with #591E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591E55; }

 p { color: rgb(89,30,85); }

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

background-color css

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

 a { background-color: rgb(89,30,85); }

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

border-color css

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

 span { border-color: rgb(89,30,85); }

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