Shades of Tyrian Purple #73005B
Tints of Tyrian Purple #73005B
RGB
CMYK
RGB Variations
Color information
#73005B (or 0x73005B) is known color: Tyrian Purple. HEX triplet: 73, 00 and 5B. RGB value is (115,0,91). Sum of RGB (Red+Green+Blue) = 115+0+91=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #73005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73005B is #8CFFA4. Grayscale: #2C2C2C. Windows color (decimal): -9240485 or 5963891. OLE color: 5963891.
HSL color Cylindrical-coordinate representation of color #73005B: hue angle of 312.52º 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 #73005B is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.21 | 0.55 |
| HSL | 312.52º | 1% | 0.23% | - |
| HSV(B) | 312.52º | 1% | 0.45% | - |
| XYZ | 8.96 | 4.4 | 10.27 | - |
| YUV | 44.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 91 | 0 | 1 | 0.21 | 0.55 | 312.52 | 1 | 0.23 |
| Hex | 73 | 0 | 5B | 0 | 64 | 15 | 37 | 139 | 64 | 17 |
| Octal | 163 | 0 | 133 | 0 | 144 | 25 | 67 | 471 | 144 | 27 |
| Binary | 1110011 | 0 | 1011011 | 0 | 1100100 | 10101 | 110111 | 100111001 | 1100100 | 10111 |
Color Harmonies of #73005B
Complementary color
Monochromatic Colors of #73005B
Black with #73005B
Text Example
Text Example
White with #73005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73005B; }
p { color: rgb(115,0,91); }
H1.HeaderClassName
{
color: #73005B;
}
.AnyTagClassName
{
color: #73005B;
}
</style>
background-color css
<style>
a { background-color: #73005B; }
a { background-color: rgb(115,0,91); }
div.DivClassName
{
background-color: #73005B;
}
.BgClassName
{
background-color: #73005B;
}
</style>
border-color css
<style>
span { border-color: #73005B; }
span { border-color: rgb(115,0,91); }
td.TdClassName
{
border-color: #73005B;
}
.TagClassName
{
border-color: #73005B;
}
</style>