Shades of Tyrian Purple #72084D
Tints of Tyrian Purple #72084D
RGB
CMYK
RGB Variations
Color information
#72084D (or 0x72084D) is known color: Tyrian Purple. HEX triplet: 72, 08 and 4D. RGB value is (114,8,77). Sum of RGB (Red+Green+Blue) = 114+8+77=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72084D is #8DF7B2. Grayscale: #2F2F2F. Windows color (decimal): -9303987 or 5048434. OLE color: 5048434.
HSL color Cylindrical-coordinate representation of color #72084D: hue angle of 320.94º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72084D is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 8 | 77 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.55 |
| HSL | 320.94º | 0.87% | 0.24% | - |
| HSV(B) | 320.94º | 0.93% | 0.45% | - |
| XYZ | 8.37 | 4.29 | 7.41 | - |
| YUV | 47.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 77 | 0 | 0.93 | 0.32 | 0.55 | 320.94 | 0.87 | 0.24 |
| Hex | 72 | 8 | 4D | 0 | 5D | 20 | 37 | 141 | 57 | 18 |
| Octal | 162 | 10 | 115 | 0 | 135 | 40 | 67 | 501 | 127 | 30 |
| Binary | 1110010 | 1000 | 1001101 | 0 | 1011101 | 100000 | 110111 | 101000001 | 1010111 | 11000 |
Color Harmonies of #72084D
Complementary color
Monochromatic Colors of #72084D
Black with #72084D
Text Example
Text Example
White with #72084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72084D; }
p { color: rgb(114,8,77); }
H1.HeaderClassName
{
color: #72084D;
}
.AnyTagClassName
{
color: #72084D;
}
</style>
background-color css
<style>
a { background-color: #72084D; }
a { background-color: rgb(114,8,77); }
div.DivClassName
{
background-color: #72084D;
}
.BgClassName
{
background-color: #72084D;
}
</style>
border-color css
<style>
span { border-color: #72084D; }
span { border-color: rgb(114,8,77); }
td.TdClassName
{
border-color: #72084D;
}
.TagClassName
{
border-color: #72084D;
}
</style>