Html Css Color HEX #591256 Palatinate Purple

📋 copy color: '#591256'

red 89 ◦ green 18 ◦ blue 86

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

Shades of Palatinate Purple #591256

Tints of Palatinate Purple #591256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 46.11%
G = 9.33%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#591256 (or 0x591256) is known color: Palatinate Purple. HEX triplet: 59, 12 and 56. RGB value is (89,18,86). Sum of RGB (Red+Green+Blue) = 89+18+86=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #591256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591256 is #A6EDA9. Grayscale: #2E2E2E. Windows color (decimal): -10939818 or 5640793. OLE color: 5640793.

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

Color convert

RGB 89 18 86 -
CMYK 0 0.80 0.03 0.65
HSL 302.54º 0.66% 0.21% -
HSV(B) 302.54º 0.8% 0.35% -
XYZ 6.02 3.23 9.11 -
YUV 46.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 89 18 86 0 0.80 0.03 0.65 302.54 0.66 0.21
Hex 59 12 56 0 50 3 41 12F 42 15
Octal 131 22 126 0 120 3 101 457 102 25
Binary 1011001 10010 1010110 0 1010000 11 1000001 100101111 1000010 10101

Color Harmonies of #591256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591256

Black with #591256

Text Example


Text Example

White with #591256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591256; }

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

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

background-color css

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

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

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

border-color css

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

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

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