Html Css Color HEX #591955 Palatinate Purple

📋 copy color: '#591955'

red 89 ◦ green 25 ◦ blue 85

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

Shades of Palatinate Purple #591955

Tints of Palatinate Purple #591955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.71%

R = 44.72%
G = 12.56%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#591955 (or 0x591955) is known color: Palatinate Purple. HEX triplet: 59, 19 and 55. RGB value is (89,25,85). Sum of RGB (Red+Green+Blue) = 89+25+85=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #591955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591955 is #A6E6AA. Grayscale: #323232. Windows color (decimal): -10938027 or 5577049. OLE color: 5577049.

HSL color Cylindrical-coordinate representation of color #591955: hue angle of 303.75º 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 #591955 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 25 85 -
CMYK 0 0.72 0.04 0.65
HSL 303.75º 0.56% 0.22% -
HSV(B) 303.75º 0.72% 0.35% -
XYZ 6.11 3.47 8.94 -
YUV 50.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 89 25 85 0 0.72 0.04 0.65 303.75 0.56 0.22
Hex 59 19 55 0 48 4 41 130 38 16
Octal 131 31 125 0 110 4 101 460 70 26
Binary 1011001 11001 1010101 0 1001000 100 1000001 100110000 111000 10110

Color Harmonies of #591955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591955

Black with #591955

Text Example


Text Example

White with #591955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591955; }

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

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

background-color css

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

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

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

border-color css

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

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

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