Shades of Tyrian Purple #73015D
Tints of Tyrian Purple #73015D
RGB
CMYK
RGB Variations
Color information
#73015D (or 0x73015D) is known color: Tyrian Purple. HEX triplet: 73, 01 and 5D. RGB value is (115,1,93). Sum of RGB (Red+Green+Blue) = 115+1+93=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73015D is #8CFEA2. Grayscale: #2D2D2D. Windows color (decimal): -9240227 or 6095219. OLE color: 6095219.
HSL color Cylindrical-coordinate representation of color #73015D: hue angle of 311.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73015D is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.55 |
| HSL | 311.58º | 0.98% | 0.23% | - |
| HSV(B) | 311.58º | 0.99% | 0.45% | - |
| XYZ | 9.06 | 4.46 | 10.74 | - |
| YUV | 45.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 93 | 0 | 0.99 | 0.19 | 0.55 | 311.58 | 0.98 | 0.23 |
| Hex | 73 | 1 | 5D | 0 | 63 | 13 | 37 | 138 | 62 | 17 |
| Octal | 163 | 1 | 135 | 0 | 143 | 23 | 67 | 470 | 142 | 27 |
| Binary | 1110011 | 1 | 1011101 | 0 | 1100011 | 10011 | 110111 | 100111000 | 1100010 | 10111 |
Color Harmonies of #73015D
Complementary color
Monochromatic Colors of #73015D
Black with #73015D
Text Example
Text Example
White with #73015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73015D; }
p { color: rgb(115,1,93); }
H1.HeaderClassName
{
color: #73015D;
}
.AnyTagClassName
{
color: #73015D;
}
</style>
background-color css
<style>
a { background-color: #73015D; }
a { background-color: rgb(115,1,93); }
div.DivClassName
{
background-color: #73015D;
}
.BgClassName
{
background-color: #73015D;
}
</style>
border-color css
<style>
span { border-color: #73015D; }
span { border-color: rgb(115,1,93); }
td.TdClassName
{
border-color: #73015D;
}
.TagClassName
{
border-color: #73015D;
}
</style>