Html Css Color HEX #591D56 Palatinate Purple

📋 copy color: '#591D56'

red 89 ◦ green 29 ◦ blue 86

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

Shades of Palatinate Purple #591D56

Tints of Palatinate Purple #591D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 43.63%
G = 14.22%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#591D56 (or 0x591D56) is known color: Palatinate Purple. HEX triplet: 59, 1D and 56. RGB value is (89,29,86). Sum of RGB (Red+Green+Blue) = 89+29+86=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #591D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D56 is #A6E2A9. Grayscale: #353535. Windows color (decimal): -10937002 or 5643609. OLE color: 5643609.

HSL color Cylindrical-coordinate representation of color #591D56: hue angle of 303º 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 #591D56 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 29 86 -
CMYK 0 0.67 0.03 0.65
HSL 303º 0.51% 0.23% -
HSV(B) 303º 0.67% 0.35% -
XYZ 6.24 3.67 9.18 -
YUV 53.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 89 29 86 0 0.67 0.03 0.65 303 0.51 0.23
Hex 59 1D 56 0 43 3 41 12F 33 17
Octal 131 35 126 0 103 3 101 457 63 27
Binary 1011001 11101 1010110 0 1000011 11 1000001 100101111 110011 10111

Color Harmonies of #591D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D56

Black with #591D56

Text Example


Text Example

White with #591D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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