Shades of Tyrian Purple #720E40
Tints of Tyrian Purple #720E40
RGB
CMYK
RGB Variations
Color information
#720E40 (or 0x720E40) is known color: Tyrian Purple. HEX triplet: 72, 0E and 40. RGB value is (114,14,64). Sum of RGB (Red+Green+Blue) = 114+14+64=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #720E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720E40 is #8DF1BF. Grayscale: #313131. Windows color (decimal): -9302464 or 4198002. OLE color: 4198002.
HSL color Cylindrical-coordinate representation of color #720E40: hue angle of 330º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E40 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 64 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.55 |
| HSL | 330º | 0.78% | 0.25% | - |
| HSV(B) | 330º | 0.88% | 0.45% | - |
| XYZ | 8.02 | 4.26 | 5.25 | - |
| YUV | 49.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 64 | 0 | 0.88 | 0.44 | 0.55 | 330 | 0.78 | 0.25 |
| Hex | 72 | E | 40 | 0 | 58 | 2C | 37 | 14A | 4E | 19 |
| Octal | 162 | 16 | 100 | 0 | 130 | 54 | 67 | 512 | 116 | 31 |
| Binary | 1110010 | 1110 | 1000000 | 0 | 1011000 | 101100 | 110111 | 101001010 | 1001110 | 11001 |
Color Harmonies of #720E40
Complementary color
Monochromatic Colors of #720E40
Black with #720E40
Text Example
Text Example
White with #720E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E40; }
p { color: rgb(114,14,64); }
H1.HeaderClassName
{
color: #720E40;
}
.AnyTagClassName
{
color: #720E40;
}
</style>
background-color css
<style>
a { background-color: #720E40; }
a { background-color: rgb(114,14,64); }
div.DivClassName
{
background-color: #720E40;
}
.BgClassName
{
background-color: #720E40;
}
</style>
border-color css
<style>
span { border-color: #720E40; }
span { border-color: rgb(114,14,64); }
td.TdClassName
{
border-color: #720E40;
}
.TagClassName
{
border-color: #720E40;
}
</style>