Html Css Color HEX #5A0D49 Tyrian Purple

📋 copy color: '#5A0D49'

red 90 ◦ green 13 ◦ blue 73

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

Shades of Tyrian Purple #5A0D49

Tints of Tyrian Purple #5A0D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.39%

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

R = 51.14%
G = 7.39%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A0D49 (or 0x5A0D49) is known color: Tyrian Purple. HEX triplet: 5A, 0D and 49. RGB value is (90,13,73). Sum of RGB (Red+Green+Blue) = 90+13+73=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0D49 is #A5F2B6. Grayscale: #2A2A2A. Windows color (decimal): -10875575 or 4787546. OLE color: 4787546.

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

Color convert

RGB 90 13 73 -
CMYK 0 0.86 0.19 0.65
HSL 313.25º 0.75% 0.2% -
HSV(B) 313.25º 0.86% 0.35% -
XYZ 5.56 2.94 6.58 -
YUV 42.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 90 13 73 0 0.86 0.19 0.65 313.25 0.75 0.2
Hex 5A D 49 0 56 13 41 139 4B 14
Octal 132 15 111 0 126 23 101 471 113 24
Binary 1011010 1101 1001001 0 1010110 10011 1000001 100111001 1001011 10100

Color Harmonies of #5A0D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0D49

Black with #5A0D49

Text Example


Text Example

White with #5A0D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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