Html Css Color HEX #591349 Tyrian Purple

📋 copy color: '#591349'

red 89 ◦ green 19 ◦ blue 73

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

Shades of Tyrian Purple #591349

Tints of Tyrian Purple #591349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

 BLUE value IS 73 (28.91% from 255) = 40.33%

R = 49.17%
G = 10.5%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#591349 (or 0x591349) is known color: Tyrian Purple. HEX triplet: 59, 13 and 49. RGB value is (89,19,73). Sum of RGB (Red+Green+Blue) = 89+19+73=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #591349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591349 is #A6ECB6. Grayscale: #2D2D2D. Windows color (decimal): -10939575 or 4789081. OLE color: 4789081.

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

Color convert

RGB 89 19 73 -
CMYK 0 0.79 0.18 0.65
HSL 313.71º 0.65% 0.21% -
HSV(B) 313.71º 0.79% 0.35% -
XYZ 5.56 3.07 6.6 -
YUV 46.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 89 19 73 0 0.79 0.18 0.65 313.71 0.65 0.21
Hex 59 13 49 0 4F 12 41 13A 41 15
Octal 131 23 111 0 117 22 101 472 101 25
Binary 1011001 10011 1001001 0 1001111 10010 1000001 100111010 1000001 10101

Color Harmonies of #591349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591349

Black with #591349

Text Example


Text Example

White with #591349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591349; }

 p { color: rgb(89,19,73); }

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

background-color css

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

 a { background-color: rgb(89,19,73); }

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

border-color css

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

 span { border-color: rgb(89,19,73); }

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