Html Css Color HEX #591137 Tyrian Purple

📋 copy color: '#591137'

red 89 ◦ green 17 ◦ blue 55

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

Shades of Tyrian Purple #591137

Tints of Tyrian Purple #591137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.56%

 BLUE value IS 55 (21.88% from 255) = 34.16%

R = 55.28%
G = 10.56%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#591137 (or 0x591137) is known color: Tyrian Purple. HEX triplet: 59, 11 and 37. RGB value is (89,17,55). Sum of RGB (Red+Green+Blue) = 89+17+55=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #591137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591137 is #A6EEC8. Grayscale: #2A2A2A. Windows color (decimal): -10940105 or 3608921. OLE color: 3608921.

HSL color Cylindrical-coordinate representation of color #591137: hue angle of 328.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591137 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 55 -
CMYK 0 0.81 0.38 0.65
HSL 328.33º 0.68% 0.21% -
HSV(B) 328.33º 0.81% 0.35% -
XYZ 5.01 2.8 3.89 -
YUV 42.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 89 17 55 0 0.81 0.38 0.65 328.33 0.68 0.21
Hex 59 11 37 0 51 26 41 148 44 15
Octal 131 21 67 0 121 46 101 510 104 25
Binary 1011001 10001 110111 0 1010001 100110 1000001 101001000 1000100 10101

Color Harmonies of #591137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591137

Black with #591137

Text Example


Text Example

White with #591137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591137; }

 p { color: rgb(89,17,55); }

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

background-color css

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

 a { background-color: rgb(89,17,55); }

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

border-color css

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

 span { border-color: rgb(89,17,55); }

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