Shades of Tyrian Purple #720B4E
Tints of Tyrian Purple #720B4E
RGB
CMYK
RGB Variations
Color information
#720B4E (or 0x720B4E) is known color: Tyrian Purple. HEX triplet: 72, 0B and 4E. RGB value is (114,11,78). Sum of RGB (Red+Green+Blue) = 114+11+78=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B4E is #8DF4B1. Grayscale: #313131. Windows color (decimal): -9303218 or 5114738. OLE color: 5114738.
HSL color Cylindrical-coordinate representation of color #720B4E: hue angle of 320.97º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B4E is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 78 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.55 |
| HSL | 320.97º | 0.82% | 0.25% | - |
| HSV(B) | 320.97º | 0.9% | 0.45% | - |
| XYZ | 8.43 | 4.37 | 7.61 | - |
| YUV | 49.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 78 | 0 | 0.90 | 0.32 | 0.55 | 320.97 | 0.82 | 0.25 |
| Hex | 72 | B | 4E | 0 | 5A | 20 | 37 | 141 | 52 | 19 |
| Octal | 162 | 13 | 116 | 0 | 132 | 40 | 67 | 501 | 122 | 31 |
| Binary | 1110010 | 1011 | 1001110 | 0 | 1011010 | 100000 | 110111 | 101000001 | 1010010 | 11001 |
Color Harmonies of #720B4E
Complementary color
Monochromatic Colors of #720B4E
Black with #720B4E
Text Example
Text Example
White with #720B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B4E; }
p { color: rgb(114,11,78); }
H1.HeaderClassName
{
color: #720B4E;
}
.AnyTagClassName
{
color: #720B4E;
}
</style>
background-color css
<style>
a { background-color: #720B4E; }
a { background-color: rgb(114,11,78); }
div.DivClassName
{
background-color: #720B4E;
}
.BgClassName
{
background-color: #720B4E;
}
</style>
border-color css
<style>
span { border-color: #720B4E; }
span { border-color: rgb(114,11,78); }
td.TdClassName
{
border-color: #720B4E;
}
.TagClassName
{
border-color: #720B4E;
}
</style>