Html Css Color HEX #591956 Palatinate Purple

📋 copy color: '#591956'

red 89 ◦ green 25 ◦ blue 86

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

Shades of Palatinate Purple #591956

Tints of Palatinate Purple #591956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

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

R = 44.5%
G = 12.5%
B = 43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#591956 (or 0x591956) is known color: Palatinate Purple. HEX triplet: 59, 19 and 56. RGB value is (89,25,86). Sum of RGB (Red+Green+Blue) = 89+25+86=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #591956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591956 is #A6E6A9. Grayscale: #323232. Windows color (decimal): -10938026 or 5642585. OLE color: 5642585.

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

Color convert

RGB 89 25 86 -
CMYK 0 0.72 0.03 0.65
HSL 302.81º 0.56% 0.22% -
HSV(B) 302.81º 0.72% 0.35% -
XYZ 6.15 3.49 9.15 -
YUV 51.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 89 25 86 0 0.72 0.03 0.65 302.81 0.56 0.22
Hex 59 19 56 0 48 3 41 12F 38 16
Octal 131 31 126 0 110 3 101 457 70 26
Binary 1011001 11001 1010110 0 1001000 11 1000001 100101111 111000 10110

Color Harmonies of #591956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591956

Black with #591956

Text Example


Text Example

White with #591956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591956; }

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

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

background-color css

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

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

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

border-color css

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

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

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