Shades of Tyrian Purple #72043C
Tints of Tyrian Purple #72043C
RGB
CMYK
RGB Variations
Color information
#72043C (or 0x72043C) is known color: Tyrian Purple. HEX triplet: 72, 04 and 3C. RGB value is (114,4,60). Sum of RGB (Red+Green+Blue) = 114+4+60=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72043C is #8DFBC3. Grayscale: #2B2B2B. Windows color (decimal): -9305028 or 3933298. OLE color: 3933298.
HSL color Cylindrical-coordinate representation of color #72043C: hue angle of 329.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72043C is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 4 | 60 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.55 |
| HSL | 329.45º | 0.93% | 0.23% | - |
| HSV(B) | 329.45º | 0.96% | 0.45% | - |
| XYZ | 7.8 | 3.99 | 4.63 | - |
| YUV | 43.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 60 | 0 | 0.96 | 0.47 | 0.55 | 329.45 | 0.93 | 0.23 |
| Hex | 72 | 4 | 3C | 0 | 60 | 2F | 37 | 149 | 5D | 17 |
| Octal | 162 | 4 | 74 | 0 | 140 | 57 | 67 | 511 | 135 | 27 |
| Binary | 1110010 | 100 | 111100 | 0 | 1100000 | 101111 | 110111 | 101001001 | 1011101 | 10111 |
Color Harmonies of #72043C
Complementary color
Monochromatic Colors of #72043C
Black with #72043C
Text Example
Text Example
White with #72043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72043C; }
p { color: rgb(114,4,60); }
H1.HeaderClassName
{
color: #72043C;
}
.AnyTagClassName
{
color: #72043C;
}
</style>
background-color css
<style>
a { background-color: #72043C; }
a { background-color: rgb(114,4,60); }
div.DivClassName
{
background-color: #72043C;
}
.BgClassName
{
background-color: #72043C;
}
</style>
border-color css
<style>
span { border-color: #72043C; }
span { border-color: rgb(114,4,60); }
td.TdClassName
{
border-color: #72043C;
}
.TagClassName
{
border-color: #72043C;
}
</style>