Html Css Color HEX #591150 Palatinate Purple

📋 copy color: '#591150'

red 89 ◦ green 17 ◦ blue 80

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

Shades of Palatinate Purple #591150

Tints of Palatinate Purple #591150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

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

R = 47.85%
G = 9.14%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#591150 (or 0x591150) is known color: Palatinate Purple. HEX triplet: 59, 11 and 50. RGB value is (89,17,80). Sum of RGB (Red+Green+Blue) = 89+17+80=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #591150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591150 is #A6EEAF. Grayscale: #2D2D2D. Windows color (decimal): -10940080 or 5247321. OLE color: 5247321.

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

Color convert

RGB 89 17 80 -
CMYK 0 0.81 0.10 0.65
HSL 307.5º 0.68% 0.21% -
HSV(B) 307.5º 0.81% 0.35% -
XYZ 5.77 3.1 7.88 -
YUV 45.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 89 17 80 0 0.81 0.10 0.65 307.5 0.68 0.21
Hex 59 11 50 0 51 A 41 134 44 15
Octal 131 21 120 0 121 12 101 464 104 25
Binary 1011001 10001 1010000 0 1010001 1010 1000001 100110100 1000100 10101

Color Harmonies of #591150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591150

Black with #591150

Text Example


Text Example

White with #591150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591150; }

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

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

background-color css

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

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

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

border-color css

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

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

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