Shades of Tyrian Purple #720C43
Tints of Tyrian Purple #720C43
RGB
CMYK
RGB Variations
Color information
#720C43 (or 0x720C43) is known color: Tyrian Purple. HEX triplet: 72, 0C and 43. RGB value is (114,12,67). Sum of RGB (Red+Green+Blue) = 114+12+67=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #720C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C43 is #8DF3BC. Grayscale: #303030. Windows color (decimal): -9302973 or 4394098. OLE color: 4394098.
HSL color Cylindrical-coordinate representation of color #720C43: hue angle of 327.65º 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 #720C43 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 67 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.55 |
| HSL | 327.65º | 0.81% | 0.25% | - |
| HSV(B) | 327.65º | 0.89% | 0.45% | - |
| XYZ | 8.08 | 4.25 | 5.7 | - |
| YUV | 48.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 67 | 0 | 0.89 | 0.41 | 0.55 | 327.65 | 0.81 | 0.25 |
| Hex | 72 | C | 43 | 0 | 59 | 29 | 37 | 148 | 51 | 19 |
| Octal | 162 | 14 | 103 | 0 | 131 | 51 | 67 | 510 | 121 | 31 |
| Binary | 1110010 | 1100 | 1000011 | 0 | 1011001 | 101001 | 110111 | 101001000 | 1010001 | 11001 |
Color Harmonies of #720C43
Complementary color
Monochromatic Colors of #720C43
Black with #720C43
Text Example
Text Example
White with #720C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C43; }
p { color: rgb(114,12,67); }
H1.HeaderClassName
{
color: #720C43;
}
.AnyTagClassName
{
color: #720C43;
}
</style>
background-color css
<style>
a { background-color: #720C43; }
a { background-color: rgb(114,12,67); }
div.DivClassName
{
background-color: #720C43;
}
.BgClassName
{
background-color: #720C43;
}
</style>
border-color css
<style>
span { border-color: #720C43; }
span { border-color: rgb(114,12,67); }
td.TdClassName
{
border-color: #720C43;
}
.TagClassName
{
border-color: #720C43;
}
</style>