Html Css Color HEX #591656 Palatinate Purple

📋 copy color: '#591656'

red 89 ◦ green 22 ◦ blue 86

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

Shades of Palatinate Purple #591656

Tints of Palatinate Purple #591656

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.17%

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

R = 45.18%
G = 11.17%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#591656 (or 0x591656) is known color: Palatinate Purple. HEX triplet: 59, 16 and 56. RGB value is (89,22,86). Sum of RGB (Red+Green+Blue) = 89+22+86=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #591656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591656 is #A6E9A9. Grayscale: #313131. Windows color (decimal): -10938794 or 5641817. OLE color: 5641817.

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

Color convert

RGB 89 22 86 -
CMYK 0 0.75 0.03 0.65
HSL 302.69º 0.6% 0.22% -
HSV(B) 302.69º 0.75% 0.35% -
XYZ 6.09 3.37 9.13 -
YUV 49.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 89 22 86 0 0.75 0.03 0.65 302.69 0.6 0.22
Hex 59 16 56 0 4B 3 41 12F 3C 16
Octal 131 26 126 0 113 3 101 457 74 26
Binary 1011001 10110 1010110 0 1001011 11 1000001 100101111 111100 10110

Color Harmonies of #591656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591656

Black with #591656

Text Example


Text Example

White with #591656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591656; }

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

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

background-color css

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

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

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

border-color css

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

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

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