Shades of Tyrian Purple #720C3C
Tints of Tyrian Purple #720C3C
RGB
CMYK
RGB Variations
Color information
#720C3C (or 0x720C3C) is known color: Tyrian Purple. HEX triplet: 72, 0C and 3C. RGB value is (114,12,60). Sum of RGB (Red+Green+Blue) = 114+12+60=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #720C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C3C is #8DF3C3. Grayscale: #2F2F2F. Windows color (decimal): -9302980 or 3935346. OLE color: 3935346.
HSL color Cylindrical-coordinate representation of color #720C3C: hue angle of 331.76º 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 #720C3C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 60 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.55 |
| HSL | 331.76º | 0.81% | 0.25% | - |
| HSV(B) | 331.76º | 0.89% | 0.45% | - |
| XYZ | 7.89 | 4.17 | 4.66 | - |
| YUV | 47.97 | 134.79 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 60 | 0 | 0.89 | 0.47 | 0.55 | 331.76 | 0.81 | 0.25 |
| Hex | 72 | C | 3C | 0 | 59 | 2F | 37 | 14C | 51 | 19 |
| Octal | 162 | 14 | 74 | 0 | 131 | 57 | 67 | 514 | 121 | 31 |
| Binary | 1110010 | 1100 | 111100 | 0 | 1011001 | 101111 | 110111 | 101001100 | 1010001 | 11001 |
Color Harmonies of #720C3C
Complementary color
Monochromatic Colors of #720C3C
Black with #720C3C
Text Example
Text Example
White with #720C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C3C; }
p { color: rgb(114,12,60); }
H1.HeaderClassName
{
color: #720C3C;
}
.AnyTagClassName
{
color: #720C3C;
}
</style>
background-color css
<style>
a { background-color: #720C3C; }
a { background-color: rgb(114,12,60); }
div.DivClassName
{
background-color: #720C3C;
}
.BgClassName
{
background-color: #720C3C;
}
</style>
border-color css
<style>
span { border-color: #720C3C; }
span { border-color: rgb(114,12,60); }
td.TdClassName
{
border-color: #720C3C;
}
.TagClassName
{
border-color: #720C3C;
}
</style>