Shades of Tyrian Purple #720A3F
Tints of Tyrian Purple #720A3F
RGB
CMYK
RGB Variations
Color information
#720A3F (or 0x720A3F) is known color: Tyrian Purple. HEX triplet: 72, 0A and 3F. RGB value is (114,10,63). Sum of RGB (Red+Green+Blue) = 114+10+63=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A3F is #8DF5C0. Grayscale: #2F2F2F. Windows color (decimal): -9303489 or 4131442. OLE color: 4131442.
HSL color Cylindrical-coordinate representation of color #720A3F: hue angle of 329.42º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A3F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 63 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.55 |
| HSL | 329.42º | 0.84% | 0.24% | - |
| HSV(B) | 329.42º | 0.91% | 0.45% | - |
| XYZ | 7.95 | 4.15 | 5.09 | - |
| YUV | 47.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 63 | 0 | 0.91 | 0.45 | 0.55 | 329.42 | 0.84 | 0.24 |
| Hex | 72 | A | 3F | 0 | 5B | 2D | 37 | 149 | 54 | 18 |
| Octal | 162 | 12 | 77 | 0 | 133 | 55 | 67 | 511 | 124 | 30 |
| Binary | 1110010 | 1010 | 111111 | 0 | 1011011 | 101101 | 110111 | 101001001 | 1010100 | 11000 |
Color Harmonies of #720A3F
Complementary color
Monochromatic Colors of #720A3F
Black with #720A3F
Text Example
Text Example
White with #720A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A3F; }
p { color: rgb(114,10,63); }
H1.HeaderClassName
{
color: #720A3F;
}
.AnyTagClassName
{
color: #720A3F;
}
</style>
background-color css
<style>
a { background-color: #720A3F; }
a { background-color: rgb(114,10,63); }
div.DivClassName
{
background-color: #720A3F;
}
.BgClassName
{
background-color: #720A3F;
}
</style>
border-color css
<style>
span { border-color: #720A3F; }
span { border-color: rgb(114,10,63); }
td.TdClassName
{
border-color: #720A3F;
}
.TagClassName
{
border-color: #720A3F;
}
</style>