Shades of Tyrian Purple #5A074F
Tints of Tyrian Purple #5A074F
RGB
CMYK
RGB Variations
Color information
#5A074F (or 0x5A074F) is known color: Tyrian Purple. HEX triplet: 5A, 07 and 4F. RGB value is (90,7,79). Sum of RGB (Red+Green+Blue) = 90+7+79=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A074F is #A5F8B0. Grayscale: #272727. Windows color (decimal): -10877105 or 5179226. OLE color: 5179226.
HSL color Cylindrical-coordinate representation of color #5A074F: hue angle of 307.95º 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 #5A074F is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 79 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.65 |
| HSL | 307.95º | 0.86% | 0.19% | - |
| HSV(B) | 307.95º | 0.92% | 0.35% | - |
| XYZ | 5.7 | 2.89 | 7.65 | - |
| YUV | 40.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 79 | 0 | 0.92 | 0.12 | 0.65 | 307.95 | 0.86 | 0.19 |
| Hex | 5A | 7 | 4F | 0 | 5C | C | 41 | 134 | 56 | 13 |
| Octal | 132 | 7 | 117 | 0 | 134 | 14 | 101 | 464 | 126 | 23 |
| Binary | 1011010 | 111 | 1001111 | 0 | 1011100 | 1100 | 1000001 | 100110100 | 1010110 | 10011 |
Color Harmonies of #5A074F
Complementary color
Monochromatic Colors of #5A074F
Black with #5A074F
Text Example
Text Example
White with #5A074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A074F; }
p { color: rgb(90,7,79); }
H1.HeaderClassName
{
color: #5A074F;
}
.AnyTagClassName
{
color: #5A074F;
}
</style>
background-color css
<style>
a { background-color: #5A074F; }
a { background-color: rgb(90,7,79); }
div.DivClassName
{
background-color: #5A074F;
}
.BgClassName
{
background-color: #5A074F;
}
</style>
border-color css
<style>
span { border-color: #5A074F; }
span { border-color: rgb(90,7,79); }
td.TdClassName
{
border-color: #5A074F;
}
.TagClassName
{
border-color: #5A074F;
}
</style>