Shades of Tyrian Purple #700142
Tints of Tyrian Purple #700142
RGB
CMYK
RGB Variations
Color information
#700142 (or 0x700142) is known color: Tyrian Purple. HEX triplet: 70, 01 and 42. RGB value is (112,1,66). Sum of RGB (Red+Green+Blue) = 112+1+66=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #700142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700142 is #8FFEBD. Grayscale: #292929. Windows color (decimal): -9436862 or 4325744. OLE color: 4325744.
HSL color Cylindrical-coordinate representation of color #700142: hue angle of 324.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700142 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.56 |
| HSL | 324.86º | 0.98% | 0.22% | - |
| HSV(B) | 324.86º | 0.99% | 0.44% | - |
| XYZ | 7.68 | 3.86 | 5.49 | - |
| YUV | 41.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 66 | 0 | 0.99 | 0.41 | 0.56 | 324.86 | 0.98 | 0.22 |
| Hex | 70 | 1 | 42 | 0 | 63 | 29 | 38 | 145 | 62 | 16 |
| Octal | 160 | 1 | 102 | 0 | 143 | 51 | 70 | 505 | 142 | 26 |
| Binary | 1110000 | 1 | 1000010 | 0 | 1100011 | 101001 | 111000 | 101000101 | 1100010 | 10110 |
Color Harmonies of #700142
Complementary color
Monochromatic Colors of #700142
Black with #700142
Text Example
Text Example
White with #700142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700142; }
p { color: rgb(112,1,66); }
H1.HeaderClassName
{
color: #700142;
}
.AnyTagClassName
{
color: #700142;
}
</style>
background-color css
<style>
a { background-color: #700142; }
a { background-color: rgb(112,1,66); }
div.DivClassName
{
background-color: #700142;
}
.BgClassName
{
background-color: #700142;
}
</style>
border-color css
<style>
span { border-color: #700142; }
span { border-color: rgb(112,1,66); }
td.TdClassName
{
border-color: #700142;
}
.TagClassName
{
border-color: #700142;
}
</style>