Shades of Tyrian Purple #720D4A
Tints of Tyrian Purple #720D4A
RGB
CMYK
RGB Variations
Color information
#720D4A (or 0x720D4A) is known color: Tyrian Purple. HEX triplet: 72, 0D and 4A. RGB value is (114,13,74). Sum of RGB (Red+Green+Blue) = 114+13+74=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #720D4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D4A is #8DF2B5. Grayscale: #323232. Windows color (decimal): -9302710 or 4853106. OLE color: 4853106.
HSL color Cylindrical-coordinate representation of color #720D4A: hue angle of 323.76º degrees, saturation: 0.8, 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 #720D4A is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 74 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.55 |
| HSL | 323.76º | 0.8% | 0.25% | - |
| HSV(B) | 323.76º | 0.89% | 0.45% | - |
| XYZ | 8.32 | 4.36 | 6.88 | - |
| YUV | 50.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 74 | 0 | 0.89 | 0.35 | 0.55 | 323.76 | 0.8 | 0.25 |
| Hex | 72 | D | 4A | 0 | 59 | 23 | 37 | 144 | 50 | 19 |
| Octal | 162 | 15 | 112 | 0 | 131 | 43 | 67 | 504 | 120 | 31 |
| Binary | 1110010 | 1101 | 1001010 | 0 | 1011001 | 100011 | 110111 | 101000100 | 1010000 | 11001 |
Color Harmonies of #720D4A
Complementary color
Monochromatic Colors of #720D4A
Black with #720D4A
Text Example
Text Example
White with #720D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D4A; }
p { color: rgb(114,13,74); }
H1.HeaderClassName
{
color: #720D4A;
}
.AnyTagClassName
{
color: #720D4A;
}
</style>
background-color css
<style>
a { background-color: #720D4A; }
a { background-color: rgb(114,13,74); }
div.DivClassName
{
background-color: #720D4A;
}
.BgClassName
{
background-color: #720D4A;
}
</style>
border-color css
<style>
span { border-color: #720D4A; }
span { border-color: rgb(114,13,74); }
td.TdClassName
{
border-color: #720D4A;
}
.TagClassName
{
border-color: #720D4A;
}
</style>