Shades of Tyrian Purple #72093C
Tints of Tyrian Purple #72093C
RGB
CMYK
RGB Variations
Color information
#72093C (or 0x72093C) is known color: Tyrian Purple. HEX triplet: 72, 09 and 3C. RGB value is (114,9,60). Sum of RGB (Red+Green+Blue) = 114+9+60=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72093C is #8DF6C3. Grayscale: #2E2E2E. Windows color (decimal): -9303748 or 3934578. OLE color: 3934578.
HSL color Cylindrical-coordinate representation of color #72093C: hue angle of 330.86º 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 #72093C is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 9 | 60 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.55 |
| HSL | 330.86º | 0.85% | 0.24% | - |
| HSV(B) | 330.86º | 0.92% | 0.45% | - |
| XYZ | 7.85 | 4.1 | 4.65 | - |
| YUV | 46.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 60 | 0 | 0.92 | 0.47 | 0.55 | 330.86 | 0.85 | 0.24 |
| Hex | 72 | 9 | 3C | 0 | 5C | 2F | 37 | 14B | 55 | 18 |
| Octal | 162 | 11 | 74 | 0 | 134 | 57 | 67 | 513 | 125 | 30 |
| Binary | 1110010 | 1001 | 111100 | 0 | 1011100 | 101111 | 110111 | 101001011 | 1010101 | 11000 |
Color Harmonies of #72093C
Complementary color
Monochromatic Colors of #72093C
Black with #72093C
Text Example
Text Example
White with #72093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72093C; }
p { color: rgb(114,9,60); }
H1.HeaderClassName
{
color: #72093C;
}
.AnyTagClassName
{
color: #72093C;
}
</style>
background-color css
<style>
a { background-color: #72093C; }
a { background-color: rgb(114,9,60); }
div.DivClassName
{
background-color: #72093C;
}
.BgClassName
{
background-color: #72093C;
}
</style>
border-color css
<style>
span { border-color: #72093C; }
span { border-color: rgb(114,9,60); }
td.TdClassName
{
border-color: #72093C;
}
.TagClassName
{
border-color: #72093C;
}
</style>