Html Css Color HEX #591556 Palatinate Purple

📋 copy color: '#591556'

red 89 ◦ green 21 ◦ blue 86

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

Shades of Palatinate Purple #591556

Tints of Palatinate Purple #591556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 45.41%
G = 10.71%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#591556 (or 0x591556) is known color: Palatinate Purple. HEX triplet: 59, 15 and 56. RGB value is (89,21,86). Sum of RGB (Red+Green+Blue) = 89+21+86=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #591556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591556 is #A6EAA9. Grayscale: #303030. Windows color (decimal): -10939050 or 5641561. OLE color: 5641561.

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

Color convert

RGB 89 21 86 -
CMYK 0 0.76 0.03 0.65
HSL 302.65º 0.62% 0.22% -
HSV(B) 302.65º 0.76% 0.35% -
XYZ 6.07 3.33 9.13 -
YUV 48.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 89 21 86 0 0.76 0.03 0.65 302.65 0.62 0.22
Hex 59 15 56 0 4C 3 41 12F 3E 16
Octal 131 25 126 0 114 3 101 457 76 26
Binary 1011001 10101 1010110 0 1001100 11 1000001 100101111 111110 10110

Color Harmonies of #591556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591556

Black with #591556

Text Example


Text Example

White with #591556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591556; }

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

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

background-color css

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

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

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

border-color css

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

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

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