Html Css Color HEX #591159 Palatinate Purple

📋 copy color: '#591159'

red 89 ◦ green 17 ◦ blue 89

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

Shades of Palatinate Purple #591159

Tints of Palatinate Purple #591159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.64%

R = 45.64%
G = 8.72%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#591159 (or 0x591159) is known color: Palatinate Purple. HEX triplet: 59, 11 and 59. RGB value is (89,17,89). Sum of RGB (Red+Green+Blue) = 89+17+89=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #591159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591159 is #A6EEA6. Grayscale: #2E2E2E. Windows color (decimal): -10940071 or 5837145. OLE color: 5837145.

HSL color Cylindrical-coordinate representation of color #591159: hue angle of 300º 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 #591159 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 89 -
CMYK 0 0.81 0 0.65
HSL 300º 0.68% 0.21% -
HSV(B) 300º 0.81% 0.35% -
XYZ 6.12 3.25 9.75 -
YUV 46.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 89 17 89 0 0.81 0 0.65 300 0.68 0.21
Hex 59 11 59 0 51 0 41 12C 44 15
Octal 131 21 131 0 121 0 101 454 104 25
Binary 1011001 10001 1011001 0 1010001 0 1000001 100101100 1000100 10101

Color Harmonies of #591159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591159

Black with #591159

Text Example


Text Example

White with #591159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591159; }

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

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

background-color css

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

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

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

border-color css

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

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

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