Shades of Tyrian Purple #720C38
Tints of Tyrian Purple #720C38
RGB
CMYK
RGB Variations
Color information
#720C38 (or 0x720C38) is known color: Tyrian Purple. HEX triplet: 72, 0C and 38. RGB value is (114,12,56). Sum of RGB (Red+Green+Blue) = 114+12+56=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #720C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C38 is #8DF3C7. Grayscale: #2F2F2F. Windows color (decimal): -9302984 or 3673202. OLE color: 3673202.
HSL color Cylindrical-coordinate representation of color #720C38: hue angle of 334.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C38 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 56 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.55 |
| HSL | 334.12º | 0.81% | 0.25% | - |
| HSV(B) | 334.12º | 0.89% | 0.45% | - |
| XYZ | 7.78 | 4.13 | 4.13 | - |
| YUV | 47.51 | 132.79 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 56 | 0 | 0.89 | 0.51 | 0.55 | 334.12 | 0.81 | 0.25 |
| Hex | 72 | C | 38 | 0 | 59 | 33 | 37 | 14E | 51 | 19 |
| Octal | 162 | 14 | 70 | 0 | 131 | 63 | 67 | 516 | 121 | 31 |
| Binary | 1110010 | 1100 | 111000 | 0 | 1011001 | 110011 | 110111 | 101001110 | 1010001 | 11001 |
Color Harmonies of #720C38
Complementary color
Monochromatic Colors of #720C38
Black with #720C38
Text Example
Text Example
White with #720C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C38; }
p { color: rgb(114,12,56); }
H1.HeaderClassName
{
color: #720C38;
}
.AnyTagClassName
{
color: #720C38;
}
</style>
background-color css
<style>
a { background-color: #720C38; }
a { background-color: rgb(114,12,56); }
div.DivClassName
{
background-color: #720C38;
}
.BgClassName
{
background-color: #720C38;
}
</style>
border-color css
<style>
span { border-color: #720C38; }
span { border-color: rgb(114,12,56); }
td.TdClassName
{
border-color: #720C38;
}
.TagClassName
{
border-color: #720C38;
}
</style>