Shades of Tyrian Purple #700854
Tints of Tyrian Purple #700854
RGB
CMYK
RGB Variations
Color information
#700854 (or 0x700854) is known color: Tyrian Purple. HEX triplet: 70, 08 and 54. RGB value is (112,8,84). Sum of RGB (Red+Green+Blue) = 112+8+84=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #700854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700854 is #8FF7AB. Grayscale: #2F2F2F. Windows color (decimal): -9435052 or 5507184. OLE color: 5507184.
HSL color Cylindrical-coordinate representation of color #700854: hue angle of 316.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700854 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 84 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.56 |
| HSL | 316.15º | 0.87% | 0.24% | - |
| HSV(B) | 316.15º | 0.93% | 0.44% | - |
| XYZ | 8.37 | 4.26 | 8.77 | - |
| YUV | 47.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 84 | 0 | 0.93 | 0.25 | 0.56 | 316.15 | 0.87 | 0.24 |
| Hex | 70 | 8 | 54 | 0 | 5D | 19 | 38 | 13C | 57 | 18 |
| Octal | 160 | 10 | 124 | 0 | 135 | 31 | 70 | 474 | 127 | 30 |
| Binary | 1110000 | 1000 | 1010100 | 0 | 1011101 | 11001 | 111000 | 100111100 | 1010111 | 11000 |
Color Harmonies of #700854
Complementary color
Monochromatic Colors of #700854
Black with #700854
Text Example
Text Example
White with #700854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700854; }
p { color: rgb(112,8,84); }
H1.HeaderClassName
{
color: #700854;
}
.AnyTagClassName
{
color: #700854;
}
</style>
background-color css
<style>
a { background-color: #700854; }
a { background-color: rgb(112,8,84); }
div.DivClassName
{
background-color: #700854;
}
.BgClassName
{
background-color: #700854;
}
</style>
border-color css
<style>
span { border-color: #700854; }
span { border-color: rgb(112,8,84); }
td.TdClassName
{
border-color: #700854;
}
.TagClassName
{
border-color: #700854;
}
</style>