Shades of Tyrian Purple #700A54
Tints of Tyrian Purple #700A54
RGB
CMYK
RGB Variations
Color information
#700A54 (or 0x700A54) is known color: Tyrian Purple. HEX triplet: 70, 0A and 54. RGB value is (112,10,84). Sum of RGB (Red+Green+Blue) = 112+10+84=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #700A54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A54 is #8FF5AB. Grayscale: #303030. Windows color (decimal): -9434540 or 5507696. OLE color: 5507696.
HSL color Cylindrical-coordinate representation of color #700A54: hue angle of 316.47º 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 #700A54 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 84 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.56 |
| HSL | 316.47º | 0.84% | 0.24% | - |
| HSV(B) | 316.47º | 0.91% | 0.44% | - |
| XYZ | 8.39 | 4.3 | 8.78 | - |
| YUV | 48.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 84 | 0 | 0.91 | 0.25 | 0.56 | 316.47 | 0.84 | 0.24 |
| Hex | 70 | A | 54 | 0 | 5B | 19 | 38 | 13C | 54 | 18 |
| Octal | 160 | 12 | 124 | 0 | 133 | 31 | 70 | 474 | 124 | 30 |
| Binary | 1110000 | 1010 | 1010100 | 0 | 1011011 | 11001 | 111000 | 100111100 | 1010100 | 11000 |
Color Harmonies of #700A54
Complementary color
Monochromatic Colors of #700A54
Black with #700A54
Text Example
Text Example
White with #700A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A54; }
p { color: rgb(112,10,84); }
H1.HeaderClassName
{
color: #700A54;
}
.AnyTagClassName
{
color: #700A54;
}
</style>
background-color css
<style>
a { background-color: #700A54; }
a { background-color: rgb(112,10,84); }
div.DivClassName
{
background-color: #700A54;
}
.BgClassName
{
background-color: #700A54;
}
</style>
border-color css
<style>
span { border-color: #700A54; }
span { border-color: rgb(112,10,84); }
td.TdClassName
{
border-color: #700A54;
}
.TagClassName
{
border-color: #700A54;
}
</style>