Shades of Tyrian Purple #72063E
Tints of Tyrian Purple #72063E
RGB
CMYK
RGB Variations
Color information
#72063E (or 0x72063E) is known color: Tyrian Purple. HEX triplet: 72, 06 and 3E. RGB value is (114,6,62). Sum of RGB (Red+Green+Blue) = 114+6+62=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72063E is #8DF9C1. Grayscale: #2C2C2C. Windows color (decimal): -9304514 or 4064882. OLE color: 4064882.
HSL color Cylindrical-coordinate representation of color #72063E: hue angle of 328.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72063E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 62 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.55 |
| HSL | 328.89º | 0.9% | 0.24% | - |
| HSV(B) | 328.89º | 0.95% | 0.45% | - |
| XYZ | 7.87 | 4.06 | 4.93 | - |
| YUV | 44.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 62 | 0 | 0.95 | 0.46 | 0.55 | 328.89 | 0.9 | 0.24 |
| Hex | 72 | 6 | 3E | 0 | 5F | 2E | 37 | 149 | 5A | 18 |
| Octal | 162 | 6 | 76 | 0 | 137 | 56 | 67 | 511 | 132 | 30 |
| Binary | 1110010 | 110 | 111110 | 0 | 1011111 | 101110 | 110111 | 101001001 | 1011010 | 11000 |
Color Harmonies of #72063E
Complementary color
Monochromatic Colors of #72063E
Black with #72063E
Text Example
Text Example
White with #72063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72063E; }
p { color: rgb(114,6,62); }
H1.HeaderClassName
{
color: #72063E;
}
.AnyTagClassName
{
color: #72063E;
}
</style>
background-color css
<style>
a { background-color: #72063E; }
a { background-color: rgb(114,6,62); }
div.DivClassName
{
background-color: #72063E;
}
.BgClassName
{
background-color: #72063E;
}
</style>
border-color css
<style>
span { border-color: #72063E; }
span { border-color: rgb(114,6,62); }
td.TdClassName
{
border-color: #72063E;
}
.TagClassName
{
border-color: #72063E;
}
</style>