Html Css Color HEX #591850 Palatinate Purple

📋 copy color: '#591850'

red 89 ◦ green 24 ◦ blue 80

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

Shades of Palatinate Purple #591850

Tints of Palatinate Purple #591850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

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

R = 46.11%
G = 12.44%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#591850 (or 0x591850) is known color: Palatinate Purple. HEX triplet: 59, 18 and 50. RGB value is (89,24,80). Sum of RGB (Red+Green+Blue) = 89+24+80=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #591850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591850 is #A6E7AF. Grayscale: #313131. Windows color (decimal): -10938288 or 5249113. OLE color: 5249113.

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

Color convert

RGB 89 24 80 -
CMYK 0 0.73 0.10 0.65
HSL 308.31º 0.58% 0.22% -
HSV(B) 308.31º 0.73% 0.35% -
XYZ 5.89 3.36 7.93 -
YUV 49.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 89 24 80 0 0.73 0.10 0.65 308.31 0.58 0.22
Hex 59 18 50 0 49 A 41 134 3A 16
Octal 131 30 120 0 111 12 101 464 72 26
Binary 1011001 11000 1010000 0 1001001 1010 1000001 100110100 111010 10110

Color Harmonies of #591850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591850

Black with #591850

Text Example


Text Example

White with #591850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591850; }

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

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

background-color css

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

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

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

border-color css

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

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

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