Html Css Color HEX #591158 Palatinate Purple

📋 copy color: '#591158'

red 89 ◦ green 17 ◦ blue 88

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

Shades of Palatinate Purple #591158

Tints of Palatinate Purple #591158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 45.88%
G = 8.76%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#591158 (or 0x591158) is known color: Palatinate Purple. HEX triplet: 59, 11 and 58. RGB value is (89,17,88). Sum of RGB (Red+Green+Blue) = 89+17+88=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #591158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591158 is #A6EEA7. Grayscale: #2E2E2E. Windows color (decimal): -10940072 or 5771609. OLE color: 5771609.

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

Color convert

RGB 89 17 88 -
CMYK 0 0.81 0.01 0.65
HSL 300.83º 0.68% 0.21% -
HSV(B) 300.83º 0.81% 0.35% -
XYZ 6.08 3.23 9.54 -
YUV 46.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 89 17 88 0 0.81 0.01 0.65 300.83 0.68 0.21
Hex 59 11 58 0 51 1 41 12D 44 15
Octal 131 21 130 0 121 1 101 455 104 25
Binary 1011001 10001 1011000 0 1010001 1 1000001 100101101 1000100 10101

Color Harmonies of #591158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591158

Black with #591158

Text Example


Text Example

White with #591158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591158; }

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

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

background-color css

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

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

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

border-color css

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

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

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