Shades of Tyrian Purple #720C40
Tints of Tyrian Purple #720C40
RGB
CMYK
RGB Variations
Color information
#720C40 (or 0x720C40) is known color: Tyrian Purple. HEX triplet: 72, 0C and 40. RGB value is (114,12,64). Sum of RGB (Red+Green+Blue) = 114+12+64=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #720C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C40 is #8DF3BF. Grayscale: #303030. Windows color (decimal): -9302976 or 4197490. OLE color: 4197490.
HSL color Cylindrical-coordinate representation of color #720C40: hue angle of 329.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 #720C40 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 64 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.55 |
| HSL | 329.41º | 0.81% | 0.25% | - |
| HSV(B) | 329.41º | 0.89% | 0.45% | - |
| XYZ | 8 | 4.21 | 5.24 | - |
| YUV | 48.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 64 | 0 | 0.89 | 0.44 | 0.55 | 329.41 | 0.81 | 0.25 |
| Hex | 72 | C | 40 | 0 | 59 | 2C | 37 | 149 | 51 | 19 |
| Octal | 162 | 14 | 100 | 0 | 131 | 54 | 67 | 511 | 121 | 31 |
| Binary | 1110010 | 1100 | 1000000 | 0 | 1011001 | 101100 | 110111 | 101001001 | 1010001 | 11001 |
Color Harmonies of #720C40
Complementary color
Monochromatic Colors of #720C40
Black with #720C40
Text Example
Text Example
White with #720C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C40; }
p { color: rgb(114,12,64); }
H1.HeaderClassName
{
color: #720C40;
}
.AnyTagClassName
{
color: #720C40;
}
</style>
background-color css
<style>
a { background-color: #720C40; }
a { background-color: rgb(114,12,64); }
div.DivClassName
{
background-color: #720C40;
}
.BgClassName
{
background-color: #720C40;
}
</style>
border-color css
<style>
span { border-color: #720C40; }
span { border-color: rgb(114,12,64); }
td.TdClassName
{
border-color: #720C40;
}
.TagClassName
{
border-color: #720C40;
}
</style>