Shades of Tyrian Purple #73004B
Tints of Tyrian Purple #73004B
RGB
CMYK
RGB Variations
Color information
#73004B (or 0x73004B) is known color: Tyrian Purple. HEX triplet: 73, 00 and 4B. RGB value is (115,0,75). Sum of RGB (Red+Green+Blue) = 115+0+75=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #73004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73004B is #8CFFB4. Grayscale: #2A2A2A. Windows color (decimal): -9240501 or 4915315. OLE color: 4915315.
HSL color Cylindrical-coordinate representation of color #73004B: hue angle of 320.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73004B is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.35 | 0.55 |
| HSL | 320.87º | 1% | 0.23% | - |
| HSV(B) | 320.87º | 1% | 0.45% | - |
| XYZ | 8.34 | 4.15 | 7.02 | - |
| YUV | 42.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 75 | 0 | 1 | 0.35 | 0.55 | 320.87 | 1 | 0.23 |
| Hex | 73 | 0 | 4B | 0 | 64 | 23 | 37 | 141 | 64 | 17 |
| Octal | 163 | 0 | 113 | 0 | 144 | 43 | 67 | 501 | 144 | 27 |
| Binary | 1110011 | 0 | 1001011 | 0 | 1100100 | 100011 | 110111 | 101000001 | 1100100 | 10111 |
Color Harmonies of #73004B
Complementary color
Monochromatic Colors of #73004B
Black with #73004B
Text Example
Text Example
White with #73004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73004B; }
p { color: rgb(115,0,75); }
H1.HeaderClassName
{
color: #73004B;
}
.AnyTagClassName
{
color: #73004B;
}
</style>
background-color css
<style>
a { background-color: #73004B; }
a { background-color: rgb(115,0,75); }
div.DivClassName
{
background-color: #73004B;
}
.BgClassName
{
background-color: #73004B;
}
</style>
border-color css
<style>
span { border-color: #73004B; }
span { border-color: rgb(115,0,75); }
td.TdClassName
{
border-color: #73004B;
}
.TagClassName
{
border-color: #73004B;
}
</style>