Shades of Tyrian Purple #700D36
Tints of Tyrian Purple #700D36
RGB
CMYK
RGB Variations
Color information
#700D36 (or 0x700D36) is known color: Tyrian Purple. HEX triplet: 70, 0D and 36. RGB value is (112,13,54). Sum of RGB (Red+Green+Blue) = 112+13+54=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #700D36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D36 is #8FF2C9. Grayscale: #2F2F2F. Windows color (decimal): -9433802 or 3542384. OLE color: 3542384.
HSL color Cylindrical-coordinate representation of color #700D36: hue angle of 335.15º 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 #700D36 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 54 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.56 |
| HSL | 335.15º | 0.79% | 0.25% | - |
| HSV(B) | 335.15º | 0.88% | 0.44% | - |
| XYZ | 7.49 | 4 | 3.87 | - |
| YUV | 47.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 54 | 0 | 0.88 | 0.52 | 0.56 | 335.15 | 0.79 | 0.25 |
| Hex | 70 | D | 36 | 0 | 58 | 34 | 38 | 14F | 4F | 19 |
| Octal | 160 | 15 | 66 | 0 | 130 | 64 | 70 | 517 | 117 | 31 |
| Binary | 1110000 | 1101 | 110110 | 0 | 1011000 | 110100 | 111000 | 101001111 | 1001111 | 11001 |
Color Harmonies of #700D36
Complementary color
Monochromatic Colors of #700D36
Black with #700D36
Text Example
Text Example
White with #700D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D36; }
p { color: rgb(112,13,54); }
H1.HeaderClassName
{
color: #700D36;
}
.AnyTagClassName
{
color: #700D36;
}
</style>
background-color css
<style>
a { background-color: #700D36; }
a { background-color: rgb(112,13,54); }
div.DivClassName
{
background-color: #700D36;
}
.BgClassName
{
background-color: #700D36;
}
</style>
border-color css
<style>
span { border-color: #700D36; }
span { border-color: rgb(112,13,54); }
td.TdClassName
{
border-color: #700D36;
}
.TagClassName
{
border-color: #700D36;
}
</style>