Shades of Tyrian Purple #700744
Tints of Tyrian Purple #700744
RGB
CMYK
RGB Variations
Color information
#700744 (or 0x700744) is known color: Tyrian Purple. HEX triplet: 70, 07 and 44. RGB value is (112,7,68). Sum of RGB (Red+Green+Blue) = 112+7+68=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700744 is #8FF8BB. Grayscale: #2D2D2D. Windows color (decimal): -9435324 or 4458352. OLE color: 4458352.
HSL color Cylindrical-coordinate representation of color #700744: hue angle of 325.14º 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 #700744 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 68 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.56 |
| HSL | 325.14º | 0.88% | 0.23% | - |
| HSV(B) | 325.14º | 0.94% | 0.44% | - |
| XYZ | 7.8 | 4.01 | 5.83 | - |
| YUV | 45.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 68 | 0 | 0.94 | 0.39 | 0.56 | 325.14 | 0.88 | 0.23 |
| Hex | 70 | 7 | 44 | 0 | 5E | 27 | 38 | 145 | 58 | 17 |
| Octal | 160 | 7 | 104 | 0 | 136 | 47 | 70 | 505 | 130 | 27 |
| Binary | 1110000 | 111 | 1000100 | 0 | 1011110 | 100111 | 111000 | 101000101 | 1011000 | 10111 |
Color Harmonies of #700744
Complementary color
Monochromatic Colors of #700744
Black with #700744
Text Example
Text Example
White with #700744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700744; }
p { color: rgb(112,7,68); }
H1.HeaderClassName
{
color: #700744;
}
.AnyTagClassName
{
color: #700744;
}
</style>
background-color css
<style>
a { background-color: #700744; }
a { background-color: rgb(112,7,68); }
div.DivClassName
{
background-color: #700744;
}
.BgClassName
{
background-color: #700744;
}
</style>
border-color css
<style>
span { border-color: #700744; }
span { border-color: rgb(112,7,68); }
td.TdClassName
{
border-color: #700744;
}
.TagClassName
{
border-color: #700744;
}
</style>