Html Css Color HEX #591056 Palatinate Purple

📋 copy color: '#591056'

red 89 ◦ green 16 ◦ blue 86

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

Shades of Palatinate Purple #591056

Tints of Palatinate Purple #591056

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

 BLUE value IS 86 (33.98% from 255) = 45.03%

R = 46.6%
G = 8.38%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#591056 (or 0x591056) is known color: Palatinate Purple. HEX triplet: 59, 10 and 56. RGB value is (89,16,86). Sum of RGB (Red+Green+Blue) = 89+16+86=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #591056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591056 is #A6EFA9. Grayscale: #2D2D2D. Windows color (decimal): -10940330 or 5640281. OLE color: 5640281.

HSL color Cylindrical-coordinate representation of color #591056: hue angle of 302.47º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591056 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 16 86 -
CMYK 0 0.82 0.03 0.65
HSL 302.47º 0.7% 0.21% -
HSV(B) 302.47º 0.82% 0.35% -
XYZ 5.98 3.17 9.1 -
YUV 45.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 89 16 86 0 0.82 0.03 0.65 302.47 0.7 0.21
Hex 59 10 56 0 52 3 41 12E 46 15
Octal 131 20 126 0 122 3 101 456 106 25
Binary 1011001 10000 1010110 0 1010010 11 1000001 100101110 1000110 10101

Color Harmonies of #591056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591056

Black with #591056

Text Example


Text Example

White with #591056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591056; }

 p { color: rgb(89,16,86); }

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

background-color css

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

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

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

border-color css

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

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

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