Html Css Color HEX #591F55 Palatinate Purple

📋 copy color: '#591F55'

red 89 ◦ green 31 ◦ blue 85

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

Shades of Palatinate Purple #591F55

Tints of Palatinate Purple #591F55

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.12%

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

R = 43.41%
G = 15.12%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#591F55 (or 0x591F55) is known color: Palatinate Purple. HEX triplet: 59, 1F and 55. RGB value is (89,31,85). Sum of RGB (Red+Green+Blue) = 89+31+85=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #591F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F55 is #A6E0AA. Grayscale: #363636. Windows color (decimal): -10936491 or 5578585. OLE color: 5578585.

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

Color convert

RGB 89 31 85 -
CMYK 0 0.65 0.04 0.65
HSL 304.14º 0.48% 0.24% -
HSV(B) 304.14º 0.65% 0.35% -
XYZ 6.25 3.76 8.99 -
YUV 54.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 89 31 85 0 0.65 0.04 0.65 304.14 0.48 0.24
Hex 59 1F 55 0 41 4 41 130 30 18
Octal 131 37 125 0 101 4 101 460 60 30
Binary 1011001 11111 1010101 0 1000001 100 1000001 100110000 110000 11000

Color Harmonies of #591F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591F55

Black with #591F55

Text Example


Text Example

White with #591F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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