Html Css Color HEX #591356 Palatinate Purple

📋 copy color: '#591356'

red 89 ◦ green 19 ◦ blue 86

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

Shades of Palatinate Purple #591356

Tints of Palatinate Purple #591356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

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

R = 45.88%
G = 9.79%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#591356 (or 0x591356) is known color: Palatinate Purple. HEX triplet: 59, 13 and 56. RGB value is (89,19,86). Sum of RGB (Red+Green+Blue) = 89+19+86=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #591356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591356 is #A6ECA9. Grayscale: #2F2F2F. Windows color (decimal): -10939562 or 5641049. OLE color: 5641049.

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

Color convert

RGB 89 19 86 -
CMYK 0 0.79 0.03 0.65
HSL 302.57º 0.65% 0.21% -
HSV(B) 302.57º 0.79% 0.35% -
XYZ 6.03 3.26 9.12 -
YUV 47.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 89 19 86 0 0.79 0.03 0.65 302.57 0.65 0.21
Hex 59 13 56 0 4F 3 41 12F 41 15
Octal 131 23 126 0 117 3 101 457 101 25
Binary 1011001 10011 1010110 0 1001111 11 1000001 100101111 1000001 10101

Color Harmonies of #591356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591356

Black with #591356

Text Example


Text Example

White with #591356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591356; }

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

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

background-color css

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

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

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

border-color css

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

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

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