Shades of Tyrian Purple #72013E
Tints of Tyrian Purple #72013E
RGB
CMYK
RGB Variations
Color information
#72013E (or 0x72013E) is known color: Tyrian Purple. HEX triplet: 72, 01 and 3E. RGB value is (114,1,62). Sum of RGB (Red+Green+Blue) = 114+1+62=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72013E is #8DFEC1. Grayscale: #292929. Windows color (decimal): -9305794 or 4063602. OLE color: 4063602.
HSL color Cylindrical-coordinate representation of color #72013E: hue angle of 327.61º 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 #72013E is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.55 |
| HSL | 327.61º | 0.98% | 0.23% | - |
| HSV(B) | 327.61º | 0.99% | 0.45% | - |
| XYZ | 7.82 | 3.95 | 4.91 | - |
| YUV | 41.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 62 | 0 | 0.99 | 0.46 | 0.55 | 327.61 | 0.98 | 0.23 |
| Hex | 72 | 1 | 3E | 0 | 63 | 2E | 37 | 148 | 62 | 17 |
| Octal | 162 | 1 | 76 | 0 | 143 | 56 | 67 | 510 | 142 | 27 |
| Binary | 1110010 | 1 | 111110 | 0 | 1100011 | 101110 | 110111 | 101001000 | 1100010 | 10111 |
Color Harmonies of #72013E
Complementary color
Monochromatic Colors of #72013E
Black with #72013E
Text Example
Text Example
White with #72013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72013E; }
p { color: rgb(114,1,62); }
H1.HeaderClassName
{
color: #72013E;
}
.AnyTagClassName
{
color: #72013E;
}
</style>
background-color css
<style>
a { background-color: #72013E; }
a { background-color: rgb(114,1,62); }
div.DivClassName
{
background-color: #72013E;
}
.BgClassName
{
background-color: #72013E;
}
</style>
border-color css
<style>
span { border-color: #72013E; }
span { border-color: rgb(114,1,62); }
td.TdClassName
{
border-color: #72013E;
}
.TagClassName
{
border-color: #72013E;
}
</style>