Html Css Color HEX #5A0049 Tyrian Purple

📋 copy color: '#5A0049'

red 90 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #5A0049

Tints of Tyrian Purple #5A0049

RGB

 RED value IS 90 (35.55% from 255) = 55.21%

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

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

R = 55.21%
G = 0%
B = 44.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A0049 (or 0x5A0049) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 49. RGB value is (90,0,73). Sum of RGB (Red+Green+Blue) = 90+0+73=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0049 is #A5FFB6. Grayscale: #232323. Windows color (decimal): -10878903 or 4784218. OLE color: 4784218.

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

Color convert

RGB 90 0 73 -
CMYK 0 1 0.19 0.65
HSL 311.33º 1% 0.18% -
HSV(B) 311.33º 1% 0.35% -
XYZ 5.42 2.65 6.53 -
YUV 35.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 90 0 73 0 1 0.19 0.65 311.33 1 0.18
Hex 5A 0 49 0 64 13 41 137 64 12
Octal 132 0 111 0 144 23 101 467 144 22
Binary 1011010 0 1001001 0 1100100 10011 1000001 100110111 1100100 10010

Color Harmonies of #5A0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0049

Black with #5A0049

Text Example


Text Example

White with #5A0049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0049; }

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

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

background-color css

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

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

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

border-color css

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

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

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