Html Css Color HEX #591153 Palatinate Purple

📋 copy color: '#591153'

red 89 ◦ green 17 ◦ blue 83

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

Shades of Palatinate Purple #591153

Tints of Palatinate Purple #591153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.92%

R = 47.09%
G = 8.99%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#591153 (or 0x591153) is known color: Palatinate Purple. HEX triplet: 59, 11 and 53. RGB value is (89,17,83). Sum of RGB (Red+Green+Blue) = 89+17+83=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #591153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591153 is #A6EEAC. Grayscale: #2D2D2D. Windows color (decimal): -10940077 or 5443929. OLE color: 5443929.

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

Color convert

RGB 89 17 83 -
CMYK 0 0.81 0.07 0.65
HSL 305º 0.68% 0.21% -
HSV(B) 305º 0.81% 0.35% -
XYZ 5.88 3.15 8.48 -
YUV 46.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 89 17 83 0 0.81 0.07 0.65 305 0.68 0.21
Hex 59 11 53 0 51 7 41 131 44 15
Octal 131 21 123 0 121 7 101 461 104 25
Binary 1011001 10001 1010011 0 1010001 111 1000001 100110001 1000100 10101

Color Harmonies of #591153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591153

Black with #591153

Text Example


Text Example

White with #591153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591153; }

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

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

background-color css

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

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

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

border-color css

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

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

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