Html Css Color HEX #5A1249 Tyrian Purple

📋 copy color: '#5A1249'

red 90 ◦ green 18 ◦ blue 73

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

Shades of Tyrian Purple #5A1249

Tints of Tyrian Purple #5A1249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 49.72%
G = 9.94%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A1249 (or 0x5A1249) is known color: Tyrian Purple. HEX triplet: 5A, 12 and 49. RGB value is (90,18,73). Sum of RGB (Red+Green+Blue) = 90+18+73=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1249 is #A5EDB6. Grayscale: #2D2D2D. Windows color (decimal): -10874295 or 4788826. OLE color: 4788826.

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

Color convert

RGB 90 18 73 -
CMYK 0 0.80 0.19 0.65
HSL 314.17º 0.67% 0.21% -
HSV(B) 314.17º 0.8% 0.35% -
XYZ 5.64 3.09 6.6 -
YUV 45.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 90 18 73 0 0.80 0.19 0.65 314.17 0.67 0.21
Hex 5A 12 49 0 50 13 41 13A 43 15
Octal 132 22 111 0 120 23 101 472 103 25
Binary 1011010 10010 1001001 0 1010000 10011 1000001 100111010 1000011 10101

Color Harmonies of #5A1249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1249

Black with #5A1249

Text Example


Text Example

White with #5A1249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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