Shades of Tyrian Purple #720C51
Tints of Tyrian Purple #720C51
RGB
CMYK
RGB Variations
Color information
#720C51 (or 0x720C51) is known color: Tyrian Purple. HEX triplet: 72, 0C and 51. RGB value is (114,12,81). Sum of RGB (Red+Green+Blue) = 114+12+81=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #720C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C51 is #8DF3AE. Grayscale: #323232. Windows color (decimal): -9302959 or 5311602. OLE color: 5311602.
HSL color Cylindrical-coordinate representation of color #720C51: hue angle of 319.41º 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 #720C51 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 81 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.55 |
| HSL | 319.41º | 0.81% | 0.25% | - |
| HSV(B) | 319.41º | 0.89% | 0.45% | - |
| XYZ | 8.56 | 4.43 | 8.19 | - |
| YUV | 50.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 81 | 0 | 0.89 | 0.29 | 0.55 | 319.41 | 0.81 | 0.25 |
| Hex | 72 | C | 51 | 0 | 59 | 1D | 37 | 13F | 51 | 19 |
| Octal | 162 | 14 | 121 | 0 | 131 | 35 | 67 | 477 | 121 | 31 |
| Binary | 1110010 | 1100 | 1010001 | 0 | 1011001 | 11101 | 110111 | 100111111 | 1010001 | 11001 |
Color Harmonies of #720C51
Complementary color
Monochromatic Colors of #720C51
Black with #720C51
Text Example
Text Example
White with #720C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C51; }
p { color: rgb(114,12,81); }
H1.HeaderClassName
{
color: #720C51;
}
.AnyTagClassName
{
color: #720C51;
}
</style>
background-color css
<style>
a { background-color: #720C51; }
a { background-color: rgb(114,12,81); }
div.DivClassName
{
background-color: #720C51;
}
.BgClassName
{
background-color: #720C51;
}
</style>
border-color css
<style>
span { border-color: #720C51; }
span { border-color: rgb(114,12,81); }
td.TdClassName
{
border-color: #720C51;
}
.TagClassName
{
border-color: #720C51;
}
</style>