Shades of Tyrian Purple #70024D
Tints of Tyrian Purple #70024D
RGB
CMYK
RGB Variations
Color information
#70024D (or 0x70024D) is known color: Tyrian Purple. HEX triplet: 70, 02 and 4D. RGB value is (112,2,77). Sum of RGB (Red+Green+Blue) = 112+2+77=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70024D is #8FFDB2. Grayscale: #2B2B2B. Windows color (decimal): -9436595 or 5046896. OLE color: 5046896.
HSL color Cylindrical-coordinate representation of color #70024D: hue angle of 319.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70024D is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.56 |
| HSL | 319.09º | 0.96% | 0.22% | - |
| HSV(B) | 319.09º | 0.98% | 0.44% | - |
| XYZ | 8.04 | 4.02 | 7.37 | - |
| YUV | 43.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 77 | 0 | 0.98 | 0.31 | 0.56 | 319.09 | 0.96 | 0.22 |
| Hex | 70 | 2 | 4D | 0 | 62 | 1F | 38 | 13F | 60 | 16 |
| Octal | 160 | 2 | 115 | 0 | 142 | 37 | 70 | 477 | 140 | 26 |
| Binary | 1110000 | 10 | 1001101 | 0 | 1100010 | 11111 | 111000 | 100111111 | 1100000 | 10110 |
Color Harmonies of #70024D
Complementary color
Monochromatic Colors of #70024D
Black with #70024D
Text Example
Text Example
White with #70024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70024D; }
p { color: rgb(112,2,77); }
H1.HeaderClassName
{
color: #70024D;
}
.AnyTagClassName
{
color: #70024D;
}
</style>
background-color css
<style>
a { background-color: #70024D; }
a { background-color: rgb(112,2,77); }
div.DivClassName
{
background-color: #70024D;
}
.BgClassName
{
background-color: #70024D;
}
</style>
border-color css
<style>
span { border-color: #70024D; }
span { border-color: rgb(112,2,77); }
td.TdClassName
{
border-color: #70024D;
}
.TagClassName
{
border-color: #70024D;
}
</style>