Shades of Tyrian Purple #700D40
Tints of Tyrian Purple #700D40
RGB
CMYK
RGB Variations
Color information
#700D40 (or 0x700D40) is known color: Tyrian Purple. HEX triplet: 70, 0D and 40. RGB value is (112,13,64). Sum of RGB (Red+Green+Blue) = 112+13+64=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #700D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D40 is #8FF2BF. Grayscale: #303030. Windows color (decimal): -9433792 or 4197744. OLE color: 4197744.
HSL color Cylindrical-coordinate representation of color #700D40: hue angle of 329.09º degrees, saturation: 0.79, 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 #700D40 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 64 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.56 |
| HSL | 329.09º | 0.79% | 0.25% | - |
| HSV(B) | 329.09º | 0.88% | 0.44% | - |
| XYZ | 7.75 | 4.1 | 5.23 | - |
| YUV | 48.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 64 | 0 | 0.88 | 0.43 | 0.56 | 329.09 | 0.79 | 0.25 |
| Hex | 70 | D | 40 | 0 | 58 | 2B | 38 | 149 | 4F | 19 |
| Octal | 160 | 15 | 100 | 0 | 130 | 53 | 70 | 511 | 117 | 31 |
| Binary | 1110000 | 1101 | 1000000 | 0 | 1011000 | 101011 | 111000 | 101001001 | 1001111 | 11001 |
Color Harmonies of #700D40
Complementary color
Monochromatic Colors of #700D40
Black with #700D40
Text Example
Text Example
White with #700D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D40; }
p { color: rgb(112,13,64); }
H1.HeaderClassName
{
color: #700D40;
}
.AnyTagClassName
{
color: #700D40;
}
</style>
background-color css
<style>
a { background-color: #700D40; }
a { background-color: rgb(112,13,64); }
div.DivClassName
{
background-color: #700D40;
}
.BgClassName
{
background-color: #700D40;
}
</style>
border-color css
<style>
span { border-color: #700D40; }
span { border-color: rgb(112,13,64); }
td.TdClassName
{
border-color: #700D40;
}
.TagClassName
{
border-color: #700D40;
}
</style>