Shades of Tyrian Purple #720031
Tints of Tyrian Purple #720031
RGB
CMYK
RGB Variations
Color information
#720031 (or 0x720031) is known color: Tyrian Purple. HEX triplet: 72, 00 and 31. RGB value is (114,0,49). Sum of RGB (Red+Green+Blue) = 114+0+49=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #720031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720031 is #8DFFCE. Grayscale: #272727. Windows color (decimal): -9306063 or 3211378. OLE color: 3211378.
HSL color Cylindrical-coordinate representation of color #720031: hue angle of 334.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720031 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.57 | 0.55 |
| HSL | 334.21º | 1% | 0.22% | - |
| HSV(B) | 334.21º | 1% | 0.45% | - |
| XYZ | 7.49 | 3.8 | 3.24 | - |
| YUV | 39.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 49 | 0 | 1 | 0.57 | 0.55 | 334.21 | 1 | 0.22 |
| Hex | 72 | 0 | 31 | 0 | 64 | 39 | 37 | 14E | 64 | 16 |
| Octal | 162 | 0 | 61 | 0 | 144 | 71 | 67 | 516 | 144 | 26 |
| Binary | 1110010 | 0 | 110001 | 0 | 1100100 | 111001 | 110111 | 101001110 | 1100100 | 10110 |
Color Harmonies of #720031
Complementary color
Monochromatic Colors of #720031
Black with #720031
Text Example
Text Example
White with #720031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720031; }
p { color: rgb(114,0,49); }
H1.HeaderClassName
{
color: #720031;
}
.AnyTagClassName
{
color: #720031;
}
</style>
background-color css
<style>
a { background-color: #720031; }
a { background-color: rgb(114,0,49); }
div.DivClassName
{
background-color: #720031;
}
.BgClassName
{
background-color: #720031;
}
</style>
border-color css
<style>
span { border-color: #720031; }
span { border-color: rgb(114,0,49); }
td.TdClassName
{
border-color: #720031;
}
.TagClassName
{
border-color: #720031;
}
</style>