Shades of Tyrian Purple #700D39
Tints of Tyrian Purple #700D39
RGB
CMYK
RGB Variations
Color information
#700D39 (or 0x700D39) is known color: Tyrian Purple. HEX triplet: 70, 0D and 39. RGB value is (112,13,57). Sum of RGB (Red+Green+Blue) = 112+13+57=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #700D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D39 is #8FF2C6. Grayscale: #2F2F2F. Windows color (decimal): -9433799 or 3738992. OLE color: 3738992.
HSL color Cylindrical-coordinate representation of color #700D39: hue angle of 333.33º 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 #700D39 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 57 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.56 |
| HSL | 333.33º | 0.79% | 0.25% | - |
| HSV(B) | 333.33º | 0.88% | 0.44% | - |
| XYZ | 7.56 | 4.03 | 4.25 | - |
| YUV | 47.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 57 | 0 | 0.88 | 0.49 | 0.56 | 333.33 | 0.79 | 0.25 |
| Hex | 70 | D | 39 | 0 | 58 | 31 | 38 | 14D | 4F | 19 |
| Octal | 160 | 15 | 71 | 0 | 130 | 61 | 70 | 515 | 117 | 31 |
| Binary | 1110000 | 1101 | 111001 | 0 | 1011000 | 110001 | 111000 | 101001101 | 1001111 | 11001 |
Color Harmonies of #700D39
Complementary color
Monochromatic Colors of #700D39
Black with #700D39
Text Example
Text Example
White with #700D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D39; }
p { color: rgb(112,13,57); }
H1.HeaderClassName
{
color: #700D39;
}
.AnyTagClassName
{
color: #700D39;
}
</style>
background-color css
<style>
a { background-color: #700D39; }
a { background-color: rgb(112,13,57); }
div.DivClassName
{
background-color: #700D39;
}
.BgClassName
{
background-color: #700D39;
}
</style>
border-color css
<style>
span { border-color: #700D39; }
span { border-color: rgb(112,13,57); }
td.TdClassName
{
border-color: #700D39;
}
.TagClassName
{
border-color: #700D39;
}
</style>