Html Css Color HEX #591145 Tyrian Purple

📋 copy color: '#591145'

red 89 ◦ green 17 ◦ blue 69

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

Shades of Tyrian Purple #591145

Tints of Tyrian Purple #591145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.43%

R = 50.86%
G = 9.71%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#591145 (or 0x591145) is known color: Tyrian Purple. HEX triplet: 59, 11 and 45. RGB value is (89,17,69). Sum of RGB (Red+Green+Blue) = 89+17+69=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #591145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591145 is #A6EEBA. Grayscale: #2C2C2C. Windows color (decimal): -10940091 or 4526425. OLE color: 4526425.

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

Color convert

RGB 89 17 69 -
CMYK 0 0.81 0.22 0.65
HSL 316.67º 0.68% 0.21% -
HSV(B) 316.67º 0.81% 0.35% -
XYZ 5.39 2.95 5.92 -
YUV 44.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 89 17 69 0 0.81 0.22 0.65 316.67 0.68 0.21
Hex 59 11 45 0 51 16 41 13D 44 15
Octal 131 21 105 0 121 26 101 475 104 25
Binary 1011001 10001 1000101 0 1010001 10110 1000001 100111101 1000100 10101

Color Harmonies of #591145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591145

Black with #591145

Text Example


Text Example

White with #591145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591145; }

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

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

background-color css

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

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

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

border-color css

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

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

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