Shades of Tyrian Purple #73054E
Tints of Tyrian Purple #73054E
RGB
CMYK
RGB Variations
Color information
#73054E (or 0x73054E) is known color: Tyrian Purple. HEX triplet: 73, 05 and 4E. RGB value is (115,5,78). Sum of RGB (Red+Green+Blue) = 115+5+78=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73054E is #8CFAB1. Grayscale: #2E2E2E. Windows color (decimal): -9239218 or 5113203. OLE color: 5113203.
HSL color Cylindrical-coordinate representation of color #73054E: hue angle of 320.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73054E is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 78 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.55 |
| HSL | 320.18º | 0.92% | 0.24% | - |
| HSV(B) | 320.18º | 0.96% | 0.45% | - |
| XYZ | 8.5 | 4.3 | 7.59 | - |
| YUV | 46.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 78 | 0 | 0.96 | 0.32 | 0.55 | 320.18 | 0.92 | 0.24 |
| Hex | 73 | 5 | 4E | 0 | 60 | 20 | 37 | 140 | 5C | 18 |
| Octal | 163 | 5 | 116 | 0 | 140 | 40 | 67 | 500 | 134 | 30 |
| Binary | 1110011 | 101 | 1001110 | 0 | 1100000 | 100000 | 110111 | 101000000 | 1011100 | 11000 |
Color Harmonies of #73054E
Complementary color
Monochromatic Colors of #73054E
Black with #73054E
Text Example
Text Example
White with #73054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73054E; }
p { color: rgb(115,5,78); }
H1.HeaderClassName
{
color: #73054E;
}
.AnyTagClassName
{
color: #73054E;
}
</style>
background-color css
<style>
a { background-color: #73054E; }
a { background-color: rgb(115,5,78); }
div.DivClassName
{
background-color: #73054E;
}
.BgClassName
{
background-color: #73054E;
}
</style>
border-color css
<style>
span { border-color: #73054E; }
span { border-color: rgb(115,5,78); }
td.TdClassName
{
border-color: #73054E;
}
.TagClassName
{
border-color: #73054E;
}
</style>