Shades of Tyrian Purple #720C39
Tints of Tyrian Purple #720C39
RGB
CMYK
RGB Variations
Color information
#720C39 (or 0x720C39) is known color: Tyrian Purple. HEX triplet: 72, 0C and 39. RGB value is (114,12,57). Sum of RGB (Red+Green+Blue) = 114+12+57=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #720C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C39 is #8DF3C6. Grayscale: #2F2F2F. Windows color (decimal): -9302983 or 3738738. OLE color: 3738738.
HSL color Cylindrical-coordinate representation of color #720C39: hue angle of 333.53º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C39 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 57 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.55 |
| HSL | 333.53º | 0.81% | 0.25% | - |
| HSV(B) | 333.53º | 0.89% | 0.45% | - |
| XYZ | 7.81 | 4.14 | 4.26 | - |
| YUV | 47.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 57 | 0 | 0.89 | 0.50 | 0.55 | 333.53 | 0.81 | 0.25 |
| Hex | 72 | C | 39 | 0 | 59 | 32 | 37 | 14E | 51 | 19 |
| Octal | 162 | 14 | 71 | 0 | 131 | 62 | 67 | 516 | 121 | 31 |
| Binary | 1110010 | 1100 | 111001 | 0 | 1011001 | 110010 | 110111 | 101001110 | 1010001 | 11001 |
Color Harmonies of #720C39
Complementary color
Monochromatic Colors of #720C39
Black with #720C39
Text Example
Text Example
White with #720C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C39; }
p { color: rgb(114,12,57); }
H1.HeaderClassName
{
color: #720C39;
}
.AnyTagClassName
{
color: #720C39;
}
</style>
background-color css
<style>
a { background-color: #720C39; }
a { background-color: rgb(114,12,57); }
div.DivClassName
{
background-color: #720C39;
}
.BgClassName
{
background-color: #720C39;
}
</style>
border-color css
<style>
span { border-color: #720C39; }
span { border-color: rgb(114,12,57); }
td.TdClassName
{
border-color: #720C39;
}
.TagClassName
{
border-color: #720C39;
}
</style>