Shades of Tyrian Purple #73054A
Tints of Tyrian Purple #73054A
RGB
CMYK
RGB Variations
Color information
#73054A (or 0x73054A) is known color: Tyrian Purple. HEX triplet: 73, 05 and 4A. RGB value is (115,5,74). Sum of RGB (Red+Green+Blue) = 115+5+74=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73054A is #8CFAB5. Grayscale: #2D2D2D. Windows color (decimal): -9239222 or 4851059. OLE color: 4851059.
HSL color Cylindrical-coordinate representation of color #73054A: hue angle of 322.36º 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 #73054A is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 74 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.55 |
| HSL | 322.36º | 0.92% | 0.24% | - |
| HSV(B) | 322.36º | 0.96% | 0.45% | - |
| XYZ | 8.36 | 4.25 | 6.86 | - |
| YUV | 45.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 74 | 0 | 0.96 | 0.36 | 0.55 | 322.36 | 0.92 | 0.24 |
| Hex | 73 | 5 | 4A | 0 | 60 | 24 | 37 | 142 | 5C | 18 |
| Octal | 163 | 5 | 112 | 0 | 140 | 44 | 67 | 502 | 134 | 30 |
| Binary | 1110011 | 101 | 1001010 | 0 | 1100000 | 100100 | 110111 | 101000010 | 1011100 | 11000 |
Color Harmonies of #73054A
Complementary color
Monochromatic Colors of #73054A
Black with #73054A
Text Example
Text Example
White with #73054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73054A; }
p { color: rgb(115,5,74); }
H1.HeaderClassName
{
color: #73054A;
}
.AnyTagClassName
{
color: #73054A;
}
</style>
background-color css
<style>
a { background-color: #73054A; }
a { background-color: rgb(115,5,74); }
div.DivClassName
{
background-color: #73054A;
}
.BgClassName
{
background-color: #73054A;
}
</style>
border-color css
<style>
span { border-color: #73054A; }
span { border-color: rgb(115,5,74); }
td.TdClassName
{
border-color: #73054A;
}
.TagClassName
{
border-color: #73054A;
}
</style>