Shades of Tyrian Purple #700D38
Tints of Tyrian Purple #700D38
RGB
CMYK
RGB Variations
Color information
#700D38 (or 0x700D38) is known color: Tyrian Purple. HEX triplet: 70, 0D and 38. RGB value is (112,13,56). Sum of RGB (Red+Green+Blue) = 112+13+56=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #700D38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D38 is #8FF2C7. Grayscale: #2F2F2F. Windows color (decimal): -9433800 or 3673456. OLE color: 3673456.
HSL color Cylindrical-coordinate representation of color #700D38: hue angle of 333.94º 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 #700D38 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 56 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.56 |
| HSL | 333.94º | 0.79% | 0.25% | - |
| HSV(B) | 333.94º | 0.88% | 0.44% | - |
| XYZ | 7.54 | 4.02 | 4.12 | - |
| YUV | 47.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 56 | 0 | 0.88 | 0.50 | 0.56 | 333.94 | 0.79 | 0.25 |
| Hex | 70 | D | 38 | 0 | 58 | 32 | 38 | 14E | 4F | 19 |
| Octal | 160 | 15 | 70 | 0 | 130 | 62 | 70 | 516 | 117 | 31 |
| Binary | 1110000 | 1101 | 111000 | 0 | 1011000 | 110010 | 111000 | 101001110 | 1001111 | 11001 |
Color Harmonies of #700D38
Complementary color
Monochromatic Colors of #700D38
Black with #700D38
Text Example
Text Example
White with #700D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D38; }
p { color: rgb(112,13,56); }
H1.HeaderClassName
{
color: #700D38;
}
.AnyTagClassName
{
color: #700D38;
}
</style>
background-color css
<style>
a { background-color: #700D38; }
a { background-color: rgb(112,13,56); }
div.DivClassName
{
background-color: #700D38;
}
.BgClassName
{
background-color: #700D38;
}
</style>
border-color css
<style>
span { border-color: #700D38; }
span { border-color: rgb(112,13,56); }
td.TdClassName
{
border-color: #700D38;
}
.TagClassName
{
border-color: #700D38;
}
</style>