Shades of Tyrian Purple #720131
Tints of Tyrian Purple #720131
RGB
CMYK
RGB Variations
Color information
#720131 (or 0x720131) is known color: Tyrian Purple. HEX triplet: 72, 01 and 31. RGB value is (114,1,49). Sum of RGB (Red+Green+Blue) = 114+1+49=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #720131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720131 is #8DFECE. Grayscale: #282828. Windows color (decimal): -9305807 or 3211634. OLE color: 3211634.
HSL color Cylindrical-coordinate representation of color #720131: hue angle of 334.51º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720131 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.55 |
| HSL | 334.51º | 0.98% | 0.23% | - |
| HSV(B) | 334.51º | 0.99% | 0.45% | - |
| XYZ | 7.5 | 3.82 | 3.25 | - |
| YUV | 40.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 49 | 0 | 0.99 | 0.57 | 0.55 | 334.51 | 0.98 | 0.23 |
| Hex | 72 | 1 | 31 | 0 | 63 | 39 | 37 | 14F | 62 | 17 |
| Octal | 162 | 1 | 61 | 0 | 143 | 71 | 67 | 517 | 142 | 27 |
| Binary | 1110010 | 1 | 110001 | 0 | 1100011 | 111001 | 110111 | 101001111 | 1100010 | 10111 |
Color Harmonies of #720131
Complementary color
Monochromatic Colors of #720131
Black with #720131
Text Example
Text Example
White with #720131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720131; }
p { color: rgb(114,1,49); }
H1.HeaderClassName
{
color: #720131;
}
.AnyTagClassName
{
color: #720131;
}
</style>
background-color css
<style>
a { background-color: #720131; }
a { background-color: rgb(114,1,49); }
div.DivClassName
{
background-color: #720131;
}
.BgClassName
{
background-color: #720131;
}
</style>
border-color css
<style>
span { border-color: #720131; }
span { border-color: rgb(114,1,49); }
td.TdClassName
{
border-color: #720131;
}
.TagClassName
{
border-color: #720131;
}
</style>