Html Css Color HEX #5A0749 Tyrian Purple

📋 copy color: '#5A0749'

red 90 ◦ green 7 ◦ blue 73

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

Shades of Tyrian Purple #5A0749

Tints of Tyrian Purple #5A0749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

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

R = 52.94%
G = 4.12%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A0749 (or 0x5A0749) is known color: Tyrian Purple. HEX triplet: 5A, 07 and 49. RGB value is (90,7,73). Sum of RGB (Red+Green+Blue) = 90+7+73=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0749 is #A5F8B6. Grayscale: #272727. Windows color (decimal): -10877111 or 4786010. OLE color: 4786010.

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

Color convert

RGB 90 7 73 -
CMYK 0 0.92 0.19 0.65
HSL 312.29º 0.86% 0.19% -
HSV(B) 312.29º 0.92% 0.35% -
XYZ 5.5 2.81 6.56 -
YUV 39.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 90 7 73 0 0.92 0.19 0.65 312.29 0.86 0.19
Hex 5A 7 49 0 5C 13 41 138 56 13
Octal 132 7 111 0 134 23 101 470 126 23
Binary 1011010 111 1001001 0 1011100 10011 1000001 100111000 1010110 10011

Color Harmonies of #5A0749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0749

Black with #5A0749

Text Example


Text Example

White with #5A0749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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