Shades of Tyrian Purple #700E44
Tints of Tyrian Purple #700E44
RGB
CMYK
RGB Variations
Color information
#700E44 (or 0x700E44) is known color: Tyrian Purple. HEX triplet: 70, 0E and 44. RGB value is (112,14,68). Sum of RGB (Red+Green+Blue) = 112+14+68=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #700E44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E44 is #8FF1BB. Grayscale: #313131. Windows color (decimal): -9433532 or 4460144. OLE color: 4460144.
HSL color Cylindrical-coordinate representation of color #700E44: hue angle of 326.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E44 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 68 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.56 |
| HSL | 326.94º | 0.78% | 0.25% | - |
| HSV(B) | 326.94º | 0.88% | 0.44% | - |
| XYZ | 7.88 | 4.18 | 5.86 | - |
| YUV | 49.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 68 | 0 | 0.88 | 0.39 | 0.56 | 326.94 | 0.78 | 0.25 |
| Hex | 70 | E | 44 | 0 | 58 | 27 | 38 | 147 | 4E | 19 |
| Octal | 160 | 16 | 104 | 0 | 130 | 47 | 70 | 507 | 116 | 31 |
| Binary | 1110000 | 1110 | 1000100 | 0 | 1011000 | 100111 | 111000 | 101000111 | 1001110 | 11001 |
Color Harmonies of #700E44
Complementary color
Monochromatic Colors of #700E44
Black with #700E44
Text Example
Text Example
White with #700E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E44; }
p { color: rgb(112,14,68); }
H1.HeaderClassName
{
color: #700E44;
}
.AnyTagClassName
{
color: #700E44;
}
</style>
background-color css
<style>
a { background-color: #700E44; }
a { background-color: rgb(112,14,68); }
div.DivClassName
{
background-color: #700E44;
}
.BgClassName
{
background-color: #700E44;
}
</style>
border-color css
<style>
span { border-color: #700E44; }
span { border-color: rgb(112,14,68); }
td.TdClassName
{
border-color: #700E44;
}
.TagClassName
{
border-color: #700E44;
}
</style>