Shades of Tyrian Purple #70044D
Tints of Tyrian Purple #70044D
RGB
CMYK
RGB Variations
Color information
#70044D (or 0x70044D) is known color: Tyrian Purple. HEX triplet: 70, 04 and 4D. RGB value is (112,4,77). Sum of RGB (Red+Green+Blue) = 112+4+77=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70044D is #8FFBB2. Grayscale: #2C2C2C. Windows color (decimal): -9436083 or 5047408. OLE color: 5047408.
HSL color Cylindrical-coordinate representation of color #70044D: hue angle of 319.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70044D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 77 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.56 |
| HSL | 319.44º | 0.93% | 0.23% | - |
| HSV(B) | 319.44º | 0.96% | 0.44% | - |
| XYZ | 8.07 | 4.07 | 7.38 | - |
| YUV | 44.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 77 | 0 | 0.96 | 0.31 | 0.56 | 319.44 | 0.93 | 0.23 |
| Hex | 70 | 4 | 4D | 0 | 60 | 1F | 38 | 13F | 5D | 17 |
| Octal | 160 | 4 | 115 | 0 | 140 | 37 | 70 | 477 | 135 | 27 |
| Binary | 1110000 | 100 | 1001101 | 0 | 1100000 | 11111 | 111000 | 100111111 | 1011101 | 10111 |
Color Harmonies of #70044D
Complementary color
Monochromatic Colors of #70044D
Black with #70044D
Text Example
Text Example
White with #70044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70044D; }
p { color: rgb(112,4,77); }
H1.HeaderClassName
{
color: #70044D;
}
.AnyTagClassName
{
color: #70044D;
}
</style>
background-color css
<style>
a { background-color: #70044D; }
a { background-color: rgb(112,4,77); }
div.DivClassName
{
background-color: #70044D;
}
.BgClassName
{
background-color: #70044D;
}
</style>
border-color css
<style>
span { border-color: #70044D; }
span { border-color: rgb(112,4,77); }
td.TdClassName
{
border-color: #70044D;
}
.TagClassName
{
border-color: #70044D;
}
</style>