Shades of Tyrian Purple #700046
Tints of Tyrian Purple #700046
RGB
CMYK
RGB Variations
Color information
#700046 (or 0x700046) is known color: Tyrian Purple. HEX triplet: 70, 00 and 46. RGB value is (112,0,70). Sum of RGB (Red+Green+Blue) = 112+0+70=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #700046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700046 is #8FFFB9. Grayscale: #292929. Windows color (decimal): -9437114 or 4587632. OLE color: 4587632.
HSL color Cylindrical-coordinate representation of color #700046: hue angle of 322.5º 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 #700046 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.38 | 0.56 |
| HSL | 322.5º | 1% | 0.22% | - |
| HSV(B) | 322.5º | 1% | 0.44% | - |
| XYZ | 7.79 | 3.89 | 6.13 | - |
| YUV | 41.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 70 | 0 | 1 | 0.38 | 0.56 | 322.5 | 1 | 0.22 |
| Hex | 70 | 0 | 46 | 0 | 64 | 26 | 38 | 142 | 64 | 16 |
| Octal | 160 | 0 | 106 | 0 | 144 | 46 | 70 | 502 | 144 | 26 |
| Binary | 1110000 | 0 | 1000110 | 0 | 1100100 | 100110 | 111000 | 101000010 | 1100100 | 10110 |
Color Harmonies of #700046
Complementary color
Monochromatic Colors of #700046
Black with #700046
Text Example
Text Example
White with #700046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700046; }
p { color: rgb(112,0,70); }
H1.HeaderClassName
{
color: #700046;
}
.AnyTagClassName
{
color: #700046;
}
</style>
background-color css
<style>
a { background-color: #700046; }
a { background-color: rgb(112,0,70); }
div.DivClassName
{
background-color: #700046;
}
.BgClassName
{
background-color: #700046;
}
</style>
border-color css
<style>
span { border-color: #700046; }
span { border-color: rgb(112,0,70); }
td.TdClassName
{
border-color: #700046;
}
.TagClassName
{
border-color: #700046;
}
</style>