Shades of Tyrian Purple #720A42
Tints of Tyrian Purple #720A42
RGB
CMYK
RGB Variations
Color information
#720A42 (or 0x720A42) is known color: Tyrian Purple. HEX triplet: 72, 0A and 42. RGB value is (114,10,66). Sum of RGB (Red+Green+Blue) = 114+10+66=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #720A42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A42 is #8DF5BD. Grayscale: #2F2F2F. Windows color (decimal): -9303486 or 4328050. OLE color: 4328050.
HSL color Cylindrical-coordinate representation of color #720A42: hue angle of 327.69º 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 #720A42 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 66 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.55 |
| HSL | 327.69º | 0.84% | 0.24% | - |
| HSV(B) | 327.69º | 0.91% | 0.45% | - |
| XYZ | 8.03 | 4.19 | 5.54 | - |
| YUV | 47.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 66 | 0 | 0.91 | 0.42 | 0.55 | 327.69 | 0.84 | 0.24 |
| Hex | 72 | A | 42 | 0 | 5B | 2A | 37 | 148 | 54 | 18 |
| Octal | 162 | 12 | 102 | 0 | 133 | 52 | 67 | 510 | 124 | 30 |
| Binary | 1110010 | 1010 | 1000010 | 0 | 1011011 | 101010 | 110111 | 101001000 | 1010100 | 11000 |
Color Harmonies of #720A42
Complementary color
Monochromatic Colors of #720A42
Black with #720A42
Text Example
Text Example
White with #720A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A42; }
p { color: rgb(114,10,66); }
H1.HeaderClassName
{
color: #720A42;
}
.AnyTagClassName
{
color: #720A42;
}
</style>
background-color css
<style>
a { background-color: #720A42; }
a { background-color: rgb(114,10,66); }
div.DivClassName
{
background-color: #720A42;
}
.BgClassName
{
background-color: #720A42;
}
</style>
border-color css
<style>
span { border-color: #720A42; }
span { border-color: rgb(114,10,66); }
td.TdClassName
{
border-color: #720A42;
}
.TagClassName
{
border-color: #720A42;
}
</style>