Html Css Color HEX #591154 Palatinate Purple

📋 copy color: '#591154'

red 89 ◦ green 17 ◦ blue 84

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

Shades of Palatinate Purple #591154

Tints of Palatinate Purple #591154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.21%

R = 46.84%
G = 8.95%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#591154 (or 0x591154) is known color: Palatinate Purple. HEX triplet: 59, 11 and 54. RGB value is (89,17,84). Sum of RGB (Red+Green+Blue) = 89+17+84=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #591154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591154 is #A6EEAB. Grayscale: #2D2D2D. Windows color (decimal): -10940076 or 5509465. OLE color: 5509465.

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

Color convert

RGB 89 17 84 -
CMYK 0 0.81 0.06 0.65
HSL 304.17º 0.68% 0.21% -
HSV(B) 304.17º 0.81% 0.35% -
XYZ 5.92 3.16 8.69 -
YUV 46.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 89 17 84 0 0.81 0.06 0.65 304.17 0.68 0.21
Hex 59 11 54 0 51 6 41 130 44 15
Octal 131 21 124 0 121 6 101 460 104 25
Binary 1011001 10001 1010100 0 1010001 110 1000001 100110000 1000100 10101

Color Harmonies of #591154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591154

Black with #591154

Text Example


Text Example

White with #591154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591154; }

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

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

background-color css

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

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

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

border-color css

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

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

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