Html Css Color HEX #591950 Palatinate Purple

📋 copy color: '#591950'

red 89 ◦ green 25 ◦ blue 80

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

Shades of Palatinate Purple #591950

Tints of Palatinate Purple #591950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.24%

R = 45.88%
G = 12.89%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#591950 (or 0x591950) is known color: Palatinate Purple. HEX triplet: 59, 19 and 50. RGB value is (89,25,80). Sum of RGB (Red+Green+Blue) = 89+25+80=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #591950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591950 is #A6E6AF. Grayscale: #323232. Windows color (decimal): -10938032 or 5249369. OLE color: 5249369.

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

Color convert

RGB 89 25 80 -
CMYK 0 0.72 0.10 0.65
HSL 308.44º 0.56% 0.22% -
HSV(B) 308.44º 0.72% 0.35% -
XYZ 5.92 3.4 7.93 -
YUV 50.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 89 25 80 0 0.72 0.10 0.65 308.44 0.56 0.22
Hex 59 19 50 0 48 A 41 134 38 16
Octal 131 31 120 0 110 12 101 464 70 26
Binary 1011001 11001 1010000 0 1001000 1010 1000001 100110100 111000 10110

Color Harmonies of #591950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591950

Black with #591950

Text Example


Text Example

White with #591950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591950; }

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

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

background-color css

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

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

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

border-color css

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

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

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