Shades of Tyrian Purple #73045B
Tints of Tyrian Purple #73045B
RGB
CMYK
RGB Variations
Color information
#73045B (or 0x73045B) is known color: Tyrian Purple. HEX triplet: 73, 04 and 5B. RGB value is (115,4,91). Sum of RGB (Red+Green+Blue) = 115+4+91=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73045B is #8CFBA4. Grayscale: #2E2E2E. Windows color (decimal): -9239461 or 5964915. OLE color: 5964915.
HSL color Cylindrical-coordinate representation of color #73045B: hue angle of 312.97º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73045B is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 91 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.55 |
| HSL | 312.97º | 0.93% | 0.23% | - |
| HSV(B) | 312.97º | 0.97% | 0.45% | - |
| XYZ | 9 | 4.49 | 10.29 | - |
| YUV | 47.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 91 | 0 | 0.97 | 0.21 | 0.55 | 312.97 | 0.93 | 0.23 |
| Hex | 73 | 4 | 5B | 0 | 61 | 15 | 37 | 139 | 5D | 17 |
| Octal | 163 | 4 | 133 | 0 | 141 | 25 | 67 | 471 | 135 | 27 |
| Binary | 1110011 | 100 | 1011011 | 0 | 1100001 | 10101 | 110111 | 100111001 | 1011101 | 10111 |
Color Harmonies of #73045B
Complementary color
Monochromatic Colors of #73045B
Black with #73045B
Text Example
Text Example
White with #73045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73045B; }
p { color: rgb(115,4,91); }
H1.HeaderClassName
{
color: #73045B;
}
.AnyTagClassName
{
color: #73045B;
}
</style>
background-color css
<style>
a { background-color: #73045B; }
a { background-color: rgb(115,4,91); }
div.DivClassName
{
background-color: #73045B;
}
.BgClassName
{
background-color: #73045B;
}
</style>
border-color css
<style>
span { border-color: #73045B; }
span { border-color: rgb(115,4,91); }
td.TdClassName
{
border-color: #73045B;
}
.TagClassName
{
border-color: #73045B;
}
</style>