Shades of Tyrian Purple #70004C
Tints of Tyrian Purple #70004C
RGB
CMYK
RGB Variations
Color information
#70004C (or 0x70004C) is known color: Tyrian Purple. HEX triplet: 70, 00 and 4C. RGB value is (112,0,76). Sum of RGB (Red+Green+Blue) = 112+0+76=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70004C is #8FFFB3. Grayscale: #292929. Windows color (decimal): -9437108 or 4980848. OLE color: 4980848.
HSL color Cylindrical-coordinate representation of color #70004C: hue angle of 319.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70004C is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.32 | 0.56 |
| HSL | 319.29º | 1% | 0.22% | - |
| HSV(B) | 319.29º | 1% | 0.44% | - |
| XYZ | 7.99 | 3.97 | 7.18 | - |
| YUV | 42.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 76 | 0 | 1 | 0.32 | 0.56 | 319.29 | 1 | 0.22 |
| Hex | 70 | 0 | 4C | 0 | 64 | 20 | 38 | 13F | 64 | 16 |
| Octal | 160 | 0 | 114 | 0 | 144 | 40 | 70 | 477 | 144 | 26 |
| Binary | 1110000 | 0 | 1001100 | 0 | 1100100 | 100000 | 111000 | 100111111 | 1100100 | 10110 |
Color Harmonies of #70004C
Complementary color
Monochromatic Colors of #70004C
Black with #70004C
Text Example
Text Example
White with #70004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70004C; }
p { color: rgb(112,0,76); }
H1.HeaderClassName
{
color: #70004C;
}
.AnyTagClassName
{
color: #70004C;
}
</style>
background-color css
<style>
a { background-color: #70004C; }
a { background-color: rgb(112,0,76); }
div.DivClassName
{
background-color: #70004C;
}
.BgClassName
{
background-color: #70004C;
}
</style>
border-color css
<style>
span { border-color: #70004C; }
span { border-color: rgb(112,0,76); }
td.TdClassName
{
border-color: #70004C;
}
.TagClassName
{
border-color: #70004C;
}
</style>