Html Css Color HEX #591550 Palatinate Purple

📋 copy color: '#591550'

red 89 ◦ green 21 ◦ blue 80

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

Shades of Palatinate Purple #591550

Tints of Palatinate Purple #591550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

 BLUE value IS 80 (31.64% from 255) = 42.11%

R = 46.84%
G = 11.05%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#591550 (or 0x591550) is known color: Palatinate Purple. HEX triplet: 59, 15 and 50. RGB value is (89,21,80). Sum of RGB (Red+Green+Blue) = 89+21+80=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #591550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591550 is #A6EAAF. Grayscale: #2F2F2F. Windows color (decimal): -10939056 or 5248345. OLE color: 5248345.

HSL color Cylindrical-coordinate representation of color #591550: hue angle of 307.94º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591550 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 80 -
CMYK 0 0.76 0.10 0.65
HSL 307.94º 0.62% 0.22% -
HSV(B) 307.94º 0.76% 0.35% -
XYZ 5.84 3.24 7.91 -
YUV 48.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 89 21 80 0 0.76 0.10 0.65 307.94 0.62 0.22
Hex 59 15 50 0 4C A 41 134 3E 16
Octal 131 25 120 0 114 12 101 464 76 26
Binary 1011001 10101 1010000 0 1001100 1010 1000001 100110100 111110 10110

Color Harmonies of #591550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591550

Black with #591550

Text Example


Text Example

White with #591550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591550; }

 p { color: rgb(89,21,80); }

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

background-color css

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

 a { background-color: rgb(89,21,80); }

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

border-color css

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

 span { border-color: rgb(89,21,80); }

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