Shades of Tyrian Purple #72084A
Tints of Tyrian Purple #72084A
RGB
CMYK
RGB Variations
Color information
#72084A (or 0x72084A) is known color: Tyrian Purple. HEX triplet: 72, 08 and 4A. RGB value is (114,8,74). Sum of RGB (Red+Green+Blue) = 114+8+74=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72084A is #8DF7B5. Grayscale: #2F2F2F. Windows color (decimal): -9303990 or 4851826. OLE color: 4851826.
HSL color Cylindrical-coordinate representation of color #72084A: hue angle of 322.64º 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 #72084A is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 8 | 74 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.55 |
| HSL | 322.64º | 0.87% | 0.24% | - |
| HSV(B) | 322.64º | 0.93% | 0.45% | - |
| XYZ | 8.26 | 4.25 | 6.86 | - |
| YUV | 47.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 74 | 0 | 0.93 | 0.35 | 0.55 | 322.64 | 0.87 | 0.24 |
| Hex | 72 | 8 | 4A | 0 | 5D | 23 | 37 | 143 | 57 | 18 |
| Octal | 162 | 10 | 112 | 0 | 135 | 43 | 67 | 503 | 127 | 30 |
| Binary | 1110010 | 1000 | 1001010 | 0 | 1011101 | 100011 | 110111 | 101000011 | 1010111 | 11000 |
Color Harmonies of #72084A
Complementary color
Monochromatic Colors of #72084A
Black with #72084A
Text Example
Text Example
White with #72084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72084A; }
p { color: rgb(114,8,74); }
H1.HeaderClassName
{
color: #72084A;
}
.AnyTagClassName
{
color: #72084A;
}
</style>
background-color css
<style>
a { background-color: #72084A; }
a { background-color: rgb(114,8,74); }
div.DivClassName
{
background-color: #72084A;
}
.BgClassName
{
background-color: #72084A;
}
</style>
border-color css
<style>
span { border-color: #72084A; }
span { border-color: rgb(114,8,74); }
td.TdClassName
{
border-color: #72084A;
}
.TagClassName
{
border-color: #72084A;
}
</style>