Html Css Color HEX #590049 Tyrian Purple

📋 copy color: '#590049'

red 89 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #590049

Tints of Tyrian Purple #590049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.94%
G = 0%
B = 45.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#590049 (or 0x590049) is known color: Tyrian Purple. HEX triplet: 59, 00 and 49. RGB value is (89,0,73). Sum of RGB (Red+Green+Blue) = 89+0+73=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #590049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590049 is #A6FFB6. Grayscale: #222222. Windows color (decimal): -10944439 or 4784217. OLE color: 4784217.

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

Color convert

RGB 89 0 73 -
CMYK 0 1 0.18 0.65
HSL 310.79º 1% 0.17% -
HSV(B) 310.79º 1% 0.35% -
XYZ 5.32 2.6 6.53 -
YUV 34.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 89 0 73 0 1 0.18 0.65 310.79 1 0.17
Hex 59 0 49 0 64 12 41 137 64 11
Octal 131 0 111 0 144 22 101 467 144 21
Binary 1011001 0 1001001 0 1100100 10010 1000001 100110111 1100100 10001

Color Harmonies of #590049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590049

Black with #590049

Text Example


Text Example

White with #590049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590049; }

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

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

background-color css

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

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

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

border-color css

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

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

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