Shades of Tyrian Purple #720A37
Tints of Tyrian Purple #720A37
RGB
CMYK
RGB Variations
Color information
#720A37 (or 0x720A37) is known color: Tyrian Purple. HEX triplet: 72, 0A and 37. RGB value is (114,10,55). Sum of RGB (Red+Green+Blue) = 114+10+55=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #720A37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A37 is #8DF5C8. Grayscale: #2E2E2E. Windows color (decimal): -9303497 or 3607154. OLE color: 3607154.
HSL color Cylindrical-coordinate representation of color #720A37: hue angle of 334.04º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A37 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 55 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.55 |
| HSL | 334.04º | 0.84% | 0.24% | - |
| HSV(B) | 334.04º | 0.91% | 0.45% | - |
| XYZ | 7.74 | 4.07 | 3.99 | - |
| YUV | 46.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 55 | 0 | 0.91 | 0.52 | 0.55 | 334.04 | 0.84 | 0.24 |
| Hex | 72 | A | 37 | 0 | 5B | 34 | 37 | 14E | 54 | 18 |
| Octal | 162 | 12 | 67 | 0 | 133 | 64 | 67 | 516 | 124 | 30 |
| Binary | 1110010 | 1010 | 110111 | 0 | 1011011 | 110100 | 110111 | 101001110 | 1010100 | 11000 |
Color Harmonies of #720A37
Complementary color
Monochromatic Colors of #720A37
Black with #720A37
Text Example
Text Example
White with #720A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A37; }
p { color: rgb(114,10,55); }
H1.HeaderClassName
{
color: #720A37;
}
.AnyTagClassName
{
color: #720A37;
}
</style>
background-color css
<style>
a { background-color: #720A37; }
a { background-color: rgb(114,10,55); }
div.DivClassName
{
background-color: #720A37;
}
.BgClassName
{
background-color: #720A37;
}
</style>
border-color css
<style>
span { border-color: #720A37; }
span { border-color: rgb(114,10,55); }
td.TdClassName
{
border-color: #720A37;
}
.TagClassName
{
border-color: #720A37;
}
</style>