Shades of Tyrian Purple #700853
Tints of Tyrian Purple #700853
RGB
CMYK
RGB Variations
Color information
#700853 (or 0x700853) is known color: Tyrian Purple. HEX triplet: 70, 08 and 53. RGB value is (112,8,83). Sum of RGB (Red+Green+Blue) = 112+8+83=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #700853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700853 is #8FF7AC. Grayscale: #2F2F2F. Windows color (decimal): -9435053 or 5441648. OLE color: 5441648.
HSL color Cylindrical-coordinate representation of color #700853: hue angle of 316.73º 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 #700853 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 83 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.56 |
| HSL | 316.73º | 0.87% | 0.24% | - |
| HSV(B) | 316.73º | 0.93% | 0.44% | - |
| XYZ | 8.33 | 4.24 | 8.56 | - |
| YUV | 47.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 83 | 0 | 0.93 | 0.26 | 0.56 | 316.73 | 0.87 | 0.24 |
| Hex | 70 | 8 | 53 | 0 | 5D | 1A | 38 | 13D | 57 | 18 |
| Octal | 160 | 10 | 123 | 0 | 135 | 32 | 70 | 475 | 127 | 30 |
| Binary | 1110000 | 1000 | 1010011 | 0 | 1011101 | 11010 | 111000 | 100111101 | 1010111 | 11000 |
Color Harmonies of #700853
Complementary color
Monochromatic Colors of #700853
Black with #700853
Text Example
Text Example
White with #700853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700853; }
p { color: rgb(112,8,83); }
H1.HeaderClassName
{
color: #700853;
}
.AnyTagClassName
{
color: #700853;
}
</style>
background-color css
<style>
a { background-color: #700853; }
a { background-color: rgb(112,8,83); }
div.DivClassName
{
background-color: #700853;
}
.BgClassName
{
background-color: #700853;
}
</style>
border-color css
<style>
span { border-color: #700853; }
span { border-color: rgb(112,8,83); }
td.TdClassName
{
border-color: #700853;
}
.TagClassName
{
border-color: #700853;
}
</style>