Shades of Tyrian Purple #700A56
Tints of Tyrian Purple #700A56
RGB
CMYK
RGB Variations
Color information
#700A56 (or 0x700A56) is known color: Tyrian Purple. HEX triplet: 70, 0A and 56. RGB value is (112,10,86). Sum of RGB (Red+Green+Blue) = 112+10+86=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #700A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A56 is #8FF5A9. Grayscale: #303030. Windows color (decimal): -9434538 or 5638768. OLE color: 5638768.
HSL color Cylindrical-coordinate representation of color #700A56: hue angle of 315.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A56 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 86 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.56 |
| HSL | 315.29º | 0.84% | 0.24% | - |
| HSV(B) | 315.29º | 0.91% | 0.44% | - |
| XYZ | 8.47 | 4.33 | 9.19 | - |
| YUV | 49.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 86 | 0 | 0.91 | 0.23 | 0.56 | 315.29 | 0.84 | 0.24 |
| Hex | 70 | A | 56 | 0 | 5B | 17 | 38 | 13B | 54 | 18 |
| Octal | 160 | 12 | 126 | 0 | 133 | 27 | 70 | 473 | 124 | 30 |
| Binary | 1110000 | 1010 | 1010110 | 0 | 1011011 | 10111 | 111000 | 100111011 | 1010100 | 11000 |
Color Harmonies of #700A56
Complementary color
Monochromatic Colors of #700A56
Black with #700A56
Text Example
Text Example
White with #700A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A56; }
p { color: rgb(112,10,86); }
H1.HeaderClassName
{
color: #700A56;
}
.AnyTagClassName
{
color: #700A56;
}
</style>
background-color css
<style>
a { background-color: #700A56; }
a { background-color: rgb(112,10,86); }
div.DivClassName
{
background-color: #700A56;
}
.BgClassName
{
background-color: #700A56;
}
</style>
border-color css
<style>
span { border-color: #700A56; }
span { border-color: rgb(112,10,86); }
td.TdClassName
{
border-color: #700A56;
}
.TagClassName
{
border-color: #700A56;
}
</style>