Shades of Tyrian Purple #73013E
Tints of Tyrian Purple #73013E
RGB
CMYK
RGB Variations
Color information
#73013E (or 0x73013E) is known color: Tyrian Purple. HEX triplet: 73, 01 and 3E. RGB value is (115,1,62). Sum of RGB (Red+Green+Blue) = 115+1+62=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73013E is #8CFEC1. Grayscale: #292929. Windows color (decimal): -9240258 or 4063603. OLE color: 4063603.
HSL color Cylindrical-coordinate representation of color #73013E: hue angle of 327.89º 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 #73013E is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.55 |
| HSL | 327.89º | 0.98% | 0.23% | - |
| HSV(B) | 327.89º | 0.99% | 0.45% | - |
| XYZ | 7.95 | 4.01 | 4.91 | - |
| YUV | 42.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 62 | 0 | 0.99 | 0.46 | 0.55 | 327.89 | 0.98 | 0.23 |
| Hex | 73 | 1 | 3E | 0 | 63 | 2E | 37 | 148 | 62 | 17 |
| Octal | 163 | 1 | 76 | 0 | 143 | 56 | 67 | 510 | 142 | 27 |
| Binary | 1110011 | 1 | 111110 | 0 | 1100011 | 101110 | 110111 | 101001000 | 1100010 | 10111 |
Color Harmonies of #73013E
Complementary color
Monochromatic Colors of #73013E
Black with #73013E
Text Example
Text Example
White with #73013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73013E; }
p { color: rgb(115,1,62); }
H1.HeaderClassName
{
color: #73013E;
}
.AnyTagClassName
{
color: #73013E;
}
</style>
background-color css
<style>
a { background-color: #73013E; }
a { background-color: rgb(115,1,62); }
div.DivClassName
{
background-color: #73013E;
}
.BgClassName
{
background-color: #73013E;
}
</style>
border-color css
<style>
span { border-color: #73013E; }
span { border-color: rgb(115,1,62); }
td.TdClassName
{
border-color: #73013E;
}
.TagClassName
{
border-color: #73013E;
}
</style>