Shades of Tyrian Purple #70024E
Tints of Tyrian Purple #70024E
RGB
CMYK
RGB Variations
Color information
#70024E (or 0x70024E) is known color: Tyrian Purple. HEX triplet: 70, 02 and 4E. RGB value is (112,2,78). Sum of RGB (Red+Green+Blue) = 112+2+78=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70024E is #8FFDB1. Grayscale: #2B2B2B. Windows color (decimal): -9436594 or 5112432. OLE color: 5112432.
HSL color Cylindrical-coordinate representation of color #70024E: hue angle of 318.55º 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 #70024E is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.56 |
| HSL | 318.55º | 0.96% | 0.22% | - |
| HSV(B) | 318.55º | 0.98% | 0.44% | - |
| XYZ | 8.08 | 4.04 | 7.56 | - |
| YUV | 43.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 78 | 0 | 0.98 | 0.30 | 0.56 | 318.55 | 0.96 | 0.22 |
| Hex | 70 | 2 | 4E | 0 | 62 | 1E | 38 | 13F | 60 | 16 |
| Octal | 160 | 2 | 116 | 0 | 142 | 36 | 70 | 477 | 140 | 26 |
| Binary | 1110000 | 10 | 1001110 | 0 | 1100010 | 11110 | 111000 | 100111111 | 1100000 | 10110 |
Color Harmonies of #70024E
Complementary color
Monochromatic Colors of #70024E
Black with #70024E
Text Example
Text Example
White with #70024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70024E; }
p { color: rgb(112,2,78); }
H1.HeaderClassName
{
color: #70024E;
}
.AnyTagClassName
{
color: #70024E;
}
</style>
background-color css
<style>
a { background-color: #70024E; }
a { background-color: rgb(112,2,78); }
div.DivClassName
{
background-color: #70024E;
}
.BgClassName
{
background-color: #70024E;
}
</style>
border-color css
<style>
span { border-color: #70024E; }
span { border-color: rgb(112,2,78); }
td.TdClassName
{
border-color: #70024E;
}
.TagClassName
{
border-color: #70024E;
}
</style>