Shades of Tyrian Purple #700456
Tints of Tyrian Purple #700456
RGB
CMYK
RGB Variations
Color information
#700456 (or 0x700456) is known color: Tyrian Purple. HEX triplet: 70, 04 and 56. RGB value is (112,4,86). Sum of RGB (Red+Green+Blue) = 112+4+86=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700456 is #8FFBA9. Grayscale: #2D2D2D. Windows color (decimal): -9436074 or 5637232. OLE color: 5637232.
HSL color Cylindrical-coordinate representation of color #700456: hue angle of 314.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 #700456 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 86 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.56 |
| HSL | 314.44º | 0.93% | 0.23% | - |
| HSV(B) | 314.44º | 0.96% | 0.44% | - |
| XYZ | 8.41 | 4.2 | 9.17 | - |
| YUV | 45.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 86 | 0 | 0.96 | 0.23 | 0.56 | 314.44 | 0.93 | 0.23 |
| Hex | 70 | 4 | 56 | 0 | 60 | 17 | 38 | 13A | 5D | 17 |
| Octal | 160 | 4 | 126 | 0 | 140 | 27 | 70 | 472 | 135 | 27 |
| Binary | 1110000 | 100 | 1010110 | 0 | 1100000 | 10111 | 111000 | 100111010 | 1011101 | 10111 |
Color Harmonies of #700456
Complementary color
Monochromatic Colors of #700456
Black with #700456
Text Example
Text Example
White with #700456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700456; }
p { color: rgb(112,4,86); }
H1.HeaderClassName
{
color: #700456;
}
.AnyTagClassName
{
color: #700456;
}
</style>
background-color css
<style>
a { background-color: #700456; }
a { background-color: rgb(112,4,86); }
div.DivClassName
{
background-color: #700456;
}
.BgClassName
{
background-color: #700456;
}
</style>
border-color css
<style>
span { border-color: #700456; }
span { border-color: rgb(112,4,86); }
td.TdClassName
{
border-color: #700456;
}
.TagClassName
{
border-color: #700456;
}
</style>