Html Css Color HEX #591D53 Palatinate Purple

📋 copy color: '#591D53'

red 89 ◦ green 29 ◦ blue 83

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

Shades of Palatinate Purple #591D53

Tints of Palatinate Purple #591D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.43%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 44.28%
G = 14.43%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#591D53 (or 0x591D53) is known color: Palatinate Purple. HEX triplet: 59, 1D and 53. RGB value is (89,29,83). Sum of RGB (Red+Green+Blue) = 89+29+83=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #591D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D53 is #A6E2AC. Grayscale: #343434. Windows color (decimal): -10937005 or 5447001. OLE color: 5447001.

HSL color Cylindrical-coordinate representation of color #591D53: hue angle of 306º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #591D53 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 29 83 -
CMYK 0 0.67 0.07 0.65
HSL 306º 0.51% 0.23% -
HSV(B) 306º 0.67% 0.35% -
XYZ 6.12 3.63 8.56 -
YUV 53.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 89 29 83 0 0.67 0.07 0.65 306 0.51 0.23
Hex 59 1D 53 0 43 7 41 132 33 17
Octal 131 35 123 0 103 7 101 462 63 27
Binary 1011001 11101 1010011 0 1000011 111 1000001 100110010 110011 10111

Color Harmonies of #591D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D53

Black with #591D53

Text Example


Text Example

White with #591D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,29,83); }

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

background-color css

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

 a { background-color: rgb(89,29,83); }

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

border-color css

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

 span { border-color: rgb(89,29,83); }

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