Html Css Color HEX #591152 Palatinate Purple

📋 copy color: '#591152'

red 89 ◦ green 17 ◦ blue 82

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

Shades of Palatinate Purple #591152

Tints of Palatinate Purple #591152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.62%

R = 47.34%
G = 9.04%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#591152 (or 0x591152) is known color: Palatinate Purple. HEX triplet: 59, 11 and 52. RGB value is (89,17,82). Sum of RGB (Red+Green+Blue) = 89+17+82=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #591152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591152 is #A6EEAD. Grayscale: #2D2D2D. Windows color (decimal): -10940078 or 5378393. OLE color: 5378393.

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

Color convert

RGB 89 17 82 -
CMYK 0 0.81 0.08 0.65
HSL 305.83º 0.68% 0.21% -
HSV(B) 305.83º 0.81% 0.35% -
XYZ 5.84 3.13 8.28 -
YUV 45.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 89 17 82 0 0.81 0.08 0.65 305.83 0.68 0.21
Hex 59 11 52 0 51 8 41 132 44 15
Octal 131 21 122 0 121 10 101 462 104 25
Binary 1011001 10001 1010010 0 1010001 1000 1000001 100110010 1000100 10101

Color Harmonies of #591152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591152

Black with #591152

Text Example


Text Example

White with #591152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591152; }

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

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

background-color css

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

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

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

border-color css

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

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

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