Shades of Tyrian Purple #720A4D
Tints of Tyrian Purple #720A4D
RGB
CMYK
RGB Variations
Color information
#720A4D (or 0x720A4D) is known color: Tyrian Purple. HEX triplet: 72, 0A and 4D. RGB value is (114,10,77). Sum of RGB (Red+Green+Blue) = 114+10+77=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #720A4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A4D is #8DF5B2. Grayscale: #303030. Windows color (decimal): -9303475 or 5048946. OLE color: 5048946.
HSL color Cylindrical-coordinate representation of color #720A4D: hue angle of 321.35º 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 #720A4D is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 77 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.55 |
| HSL | 321.35º | 0.84% | 0.24% | - |
| HSV(B) | 321.35º | 0.91% | 0.45% | - |
| XYZ | 8.39 | 4.33 | 7.41 | - |
| YUV | 48.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 77 | 0 | 0.91 | 0.32 | 0.55 | 321.35 | 0.84 | 0.24 |
| Hex | 72 | A | 4D | 0 | 5B | 20 | 37 | 141 | 54 | 18 |
| Octal | 162 | 12 | 115 | 0 | 133 | 40 | 67 | 501 | 124 | 30 |
| Binary | 1110010 | 1010 | 1001101 | 0 | 1011011 | 100000 | 110111 | 101000001 | 1010100 | 11000 |
Color Harmonies of #720A4D
Complementary color
Monochromatic Colors of #720A4D
Black with #720A4D
Text Example
Text Example
White with #720A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A4D; }
p { color: rgb(114,10,77); }
H1.HeaderClassName
{
color: #720A4D;
}
.AnyTagClassName
{
color: #720A4D;
}
</style>
background-color css
<style>
a { background-color: #720A4D; }
a { background-color: rgb(114,10,77); }
div.DivClassName
{
background-color: #720A4D;
}
.BgClassName
{
background-color: #720A4D;
}
</style>
border-color css
<style>
span { border-color: #720A4D; }
span { border-color: rgb(114,10,77); }
td.TdClassName
{
border-color: #720A4D;
}
.TagClassName
{
border-color: #720A4D;
}
</style>