Html Css Color HEX #591B55 Palatinate Purple

📋 copy color: '#591B55'

red 89 ◦ green 27 ◦ blue 85

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

Shades of Palatinate Purple #591B55

Tints of Palatinate Purple #591B55

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.43%

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

R = 44.28%
G = 13.43%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#591B55 (or 0x591B55) is known color: Palatinate Purple. HEX triplet: 59, 1B and 55. RGB value is (89,27,85). Sum of RGB (Red+Green+Blue) = 89+27+85=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #591B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B55 is #A6E4AA. Grayscale: #333333. Windows color (decimal): -10937515 or 5577561. OLE color: 5577561.

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

Color convert

RGB 89 27 85 -
CMYK 0 0.70 0.04 0.65
HSL 303.87º 0.53% 0.23% -
HSV(B) 303.87º 0.7% 0.35% -
XYZ 6.15 3.56 8.96 -
YUV 52.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 89 27 85 0 0.70 0.04 0.65 303.87 0.53 0.23
Hex 59 1B 55 0 46 4 41 130 35 17
Octal 131 33 125 0 106 4 101 460 65 27
Binary 1011001 11011 1010101 0 1000110 100 1000001 100110000 110101 10111

Color Harmonies of #591B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B55

Black with #591B55

Text Example


Text Example

White with #591B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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