Html Css Color HEX #591B50 Palatinate Purple

📋 copy color: '#591B50'

red 89 ◦ green 27 ◦ blue 80

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

Shades of Palatinate Purple #591B50

Tints of Palatinate Purple #591B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.78%

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

R = 45.41%
G = 13.78%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#591B50 (or 0x591B50) is known color: Palatinate Purple. HEX triplet: 59, 1B and 50. RGB value is (89,27,80). Sum of RGB (Red+Green+Blue) = 89+27+80=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #591B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B50 is #A6E4AF. Grayscale: #333333. Windows color (decimal): -10937520 or 5249881. OLE color: 5249881.

HSL color Cylindrical-coordinate representation of color #591B50: hue angle of 308.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #591B50 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 27 80 -
CMYK 0 0.70 0.10 0.65
HSL 308.71º 0.53% 0.23% -
HSV(B) 308.71º 0.7% 0.35% -
XYZ 5.96 3.49 7.95 -
YUV 51.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 89 27 80 0 0.70 0.10 0.65 308.71 0.53 0.23
Hex 59 1B 50 0 46 A 41 135 35 17
Octal 131 33 120 0 106 12 101 465 65 27
Binary 1011001 11011 1010000 0 1000110 1010 1000001 100110101 110101 10111

Color Harmonies of #591B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B50

Black with #591B50

Text Example


Text Example

White with #591B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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