Shades of Tyrian Purple #700749
Tints of Tyrian Purple #700749
RGB
CMYK
RGB Variations
Color information
#700749 (or 0x700749) is known color: Tyrian Purple. HEX triplet: 70, 07 and 49. RGB value is (112,7,73). Sum of RGB (Red+Green+Blue) = 112+7+73=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #700749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700749 is #8FF8B6. Grayscale: #2D2D2D. Windows color (decimal): -9435319 or 4786032. OLE color: 4786032.
HSL color Cylindrical-coordinate representation of color #700749: hue angle of 322.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700749 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 73 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.56 |
| HSL | 322.29º | 0.88% | 0.23% | - |
| HSV(B) | 322.29º | 0.94% | 0.44% | - |
| XYZ | 7.96 | 4.08 | 6.67 | - |
| YUV | 45.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 73 | 0 | 0.94 | 0.35 | 0.56 | 322.29 | 0.88 | 0.23 |
| Hex | 70 | 7 | 49 | 0 | 5E | 23 | 38 | 142 | 58 | 17 |
| Octal | 160 | 7 | 111 | 0 | 136 | 43 | 70 | 502 | 130 | 27 |
| Binary | 1110000 | 111 | 1001001 | 0 | 1011110 | 100011 | 111000 | 101000010 | 1011000 | 10111 |
Color Harmonies of #700749
Complementary color
Monochromatic Colors of #700749
Black with #700749
Text Example
Text Example
White with #700749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700749; }
p { color: rgb(112,7,73); }
H1.HeaderClassName
{
color: #700749;
}
.AnyTagClassName
{
color: #700749;
}
</style>
background-color css
<style>
a { background-color: #700749; }
a { background-color: rgb(112,7,73); }
div.DivClassName
{
background-color: #700749;
}
.BgClassName
{
background-color: #700749;
}
</style>
border-color css
<style>
span { border-color: #700749; }
span { border-color: rgb(112,7,73); }
td.TdClassName
{
border-color: #700749;
}
.TagClassName
{
border-color: #700749;
}
</style>