Shades of Tyrian Purple #720B4D
Tints of Tyrian Purple #720B4D
RGB
CMYK
RGB Variations
Color information
#720B4D (or 0x720B4D) is known color: Tyrian Purple. HEX triplet: 72, 0B and 4D. RGB value is (114,11,77). Sum of RGB (Red+Green+Blue) = 114+11+77=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #720B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B4D is #8DF4B2. Grayscale: #313131. Windows color (decimal): -9303219 or 5049202. OLE color: 5049202.
HSL color Cylindrical-coordinate representation of color #720B4D: hue angle of 321.55º 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 #720B4D is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 77 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.55 |
| HSL | 321.55º | 0.82% | 0.25% | - |
| HSV(B) | 321.55º | 0.9% | 0.45% | - |
| XYZ | 8.4 | 4.35 | 7.42 | - |
| YUV | 49.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 77 | 0 | 0.90 | 0.32 | 0.55 | 321.55 | 0.82 | 0.25 |
| Hex | 72 | B | 4D | 0 | 5A | 20 | 37 | 142 | 52 | 19 |
| Octal | 162 | 13 | 115 | 0 | 132 | 40 | 67 | 502 | 122 | 31 |
| Binary | 1110010 | 1011 | 1001101 | 0 | 1011010 | 100000 | 110111 | 101000010 | 1010010 | 11001 |
Color Harmonies of #720B4D
Complementary color
Monochromatic Colors of #720B4D
Black with #720B4D
Text Example
Text Example
White with #720B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B4D; }
p { color: rgb(114,11,77); }
H1.HeaderClassName
{
color: #720B4D;
}
.AnyTagClassName
{
color: #720B4D;
}
</style>
background-color css
<style>
a { background-color: #720B4D; }
a { background-color: rgb(114,11,77); }
div.DivClassName
{
background-color: #720B4D;
}
.BgClassName
{
background-color: #720B4D;
}
</style>
border-color css
<style>
span { border-color: #720B4D; }
span { border-color: rgb(114,11,77); }
td.TdClassName
{
border-color: #720B4D;
}
.TagClassName
{
border-color: #720B4D;
}
</style>