Shades of Tyrian Purple #720B3E
Tints of Tyrian Purple #720B3E
RGB
CMYK
RGB Variations
Color information
#720B3E (or 0x720B3E) is known color: Tyrian Purple. HEX triplet: 72, 0B and 3E. RGB value is (114,11,62). Sum of RGB (Red+Green+Blue) = 114+11+62=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B3E is #8DF4C1. Grayscale: #2F2F2F. Windows color (decimal): -9303234 or 4066162. OLE color: 4066162.
HSL color Cylindrical-coordinate representation of color #720B3E: hue angle of 330.29º 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 #720B3E is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 62 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.55 |
| HSL | 330.29º | 0.82% | 0.25% | - |
| HSV(B) | 330.29º | 0.9% | 0.45% | - |
| XYZ | 7.93 | 4.16 | 4.94 | - |
| YUV | 47.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 62 | 0 | 0.90 | 0.46 | 0.55 | 330.29 | 0.82 | 0.25 |
| Hex | 72 | B | 3E | 0 | 5A | 2E | 37 | 14A | 52 | 19 |
| Octal | 162 | 13 | 76 | 0 | 132 | 56 | 67 | 512 | 122 | 31 |
| Binary | 1110010 | 1011 | 111110 | 0 | 1011010 | 101110 | 110111 | 101001010 | 1010010 | 11001 |
Color Harmonies of #720B3E
Complementary color
Monochromatic Colors of #720B3E
Black with #720B3E
Text Example
Text Example
White with #720B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B3E; }
p { color: rgb(114,11,62); }
H1.HeaderClassName
{
color: #720B3E;
}
.AnyTagClassName
{
color: #720B3E;
}
</style>
background-color css
<style>
a { background-color: #720B3E; }
a { background-color: rgb(114,11,62); }
div.DivClassName
{
background-color: #720B3E;
}
.BgClassName
{
background-color: #720B3E;
}
</style>
border-color css
<style>
span { border-color: #720B3E; }
span { border-color: rgb(114,11,62); }
td.TdClassName
{
border-color: #720B3E;
}
.TagClassName
{
border-color: #720B3E;
}
</style>