Html Css Color HEX #591C4F Palatinate Purple

📋 copy color: '#591C4F'

red 89 ◦ green 28 ◦ blue 79

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

Shades of Palatinate Purple #591C4F

Tints of Palatinate Purple #591C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.29%

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 45.41%
G = 14.29%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#591C4F (or 0x591C4F) is known color: Palatinate Purple. HEX triplet: 59, 1C and 4F. RGB value is (89,28,79). Sum of RGB (Red+Green+Blue) = 89+28+79=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #591C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C4F is #A6E3B0. Grayscale: #333333. Windows color (decimal): -10937265 or 5184601. OLE color: 5184601.

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

Color convert

RGB 89 28 79 -
CMYK 0 0.69 0.11 0.65
HSL 309.84º 0.52% 0.23% -
HSV(B) 309.84º 0.69% 0.35% -
XYZ 5.95 3.52 7.76 -
YUV 52.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 89 28 79 0 0.69 0.11 0.65 309.84 0.52 0.23
Hex 59 1C 4F 0 45 B 41 136 34 17
Octal 131 34 117 0 105 13 101 466 64 27
Binary 1011001 11100 1001111 0 1000101 1011 1000001 100110110 110100 10111

Color Harmonies of #591C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C4F

Black with #591C4F

Text Example


Text Example

White with #591C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,28,79); }

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

background-color css

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

 a { background-color: rgb(89,28,79); }

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

border-color css

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

 span { border-color: rgb(89,28,79); }

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