Html Css Color HEX #591141 Tyrian Purple

📋 copy color: '#591141'

red 89 ◦ green 17 ◦ blue 65

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

Shades of Tyrian Purple #591141

Tints of Tyrian Purple #591141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 52.05%
G = 9.94%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#591141 (or 0x591141) is known color: Tyrian Purple. HEX triplet: 59, 11 and 41. RGB value is (89,17,65). Sum of RGB (Red+Green+Blue) = 89+17+65=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #591141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591141 is #A6EEBE. Grayscale: #2B2B2B. Windows color (decimal): -10940095 or 4264281. OLE color: 4264281.

HSL color Cylindrical-coordinate representation of color #591141: hue angle of 320º 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 #591141 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 65 -
CMYK 0 0.81 0.27 0.65
HSL 320º 0.68% 0.21% -
HSV(B) 320º 0.81% 0.35% -
XYZ 5.27 2.91 5.28 -
YUV 44 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 89 17 65 0 0.81 0.27 0.65 320 0.68 0.21
Hex 59 11 41 0 51 1B 41 140 44 15
Octal 131 21 101 0 121 33 101 500 104 25
Binary 1011001 10001 1000001 0 1010001 11011 1000001 101000000 1000100 10101

Color Harmonies of #591141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591141

Black with #591141

Text Example


Text Example

White with #591141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591141; }

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

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

background-color css

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

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

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

border-color css

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

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

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