Shades of Tyrian Purple #72094D
Tints of Tyrian Purple #72094D
RGB
CMYK
RGB Variations
Color information
#72094D (or 0x72094D) is known color: Tyrian Purple. HEX triplet: 72, 09 and 4D. RGB value is (114,9,77). Sum of RGB (Red+Green+Blue) = 114+9+77=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72094D is #8DF6B2. Grayscale: #2F2F2F. Windows color (decimal): -9303731 or 5048690. OLE color: 5048690.
HSL color Cylindrical-coordinate representation of color #72094D: hue angle of 321.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72094D is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 9 | 77 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.55 |
| HSL | 321.14º | 0.85% | 0.24% | - |
| HSV(B) | 321.14º | 0.92% | 0.45% | - |
| XYZ | 8.38 | 4.31 | 7.41 | - |
| YUV | 48.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 77 | 0 | 0.92 | 0.32 | 0.55 | 321.14 | 0.85 | 0.24 |
| Hex | 72 | 9 | 4D | 0 | 5C | 20 | 37 | 141 | 55 | 18 |
| Octal | 162 | 11 | 115 | 0 | 134 | 40 | 67 | 501 | 125 | 30 |
| Binary | 1110010 | 1001 | 1001101 | 0 | 1011100 | 100000 | 110111 | 101000001 | 1010101 | 11000 |
Color Harmonies of #72094D
Complementary color
Monochromatic Colors of #72094D
Black with #72094D
Text Example
Text Example
White with #72094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72094D; }
p { color: rgb(114,9,77); }
H1.HeaderClassName
{
color: #72094D;
}
.AnyTagClassName
{
color: #72094D;
}
</style>
background-color css
<style>
a { background-color: #72094D; }
a { background-color: rgb(114,9,77); }
div.DivClassName
{
background-color: #72094D;
}
.BgClassName
{
background-color: #72094D;
}
</style>
border-color css
<style>
span { border-color: #72094D; }
span { border-color: rgb(114,9,77); }
td.TdClassName
{
border-color: #72094D;
}
.TagClassName
{
border-color: #72094D;
}
</style>