Shades of Tyrian Purple #700E38
Tints of Tyrian Purple #700E38
RGB
CMYK
RGB Variations
Color information
#700E38 (or 0x700E38) is known color: Tyrian Purple. HEX triplet: 70, 0E and 38. RGB value is (112,14,56). Sum of RGB (Red+Green+Blue) = 112+14+56=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #700E38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E38 is #8FF1C7. Grayscale: #303030. Windows color (decimal): -9433544 or 3673712. OLE color: 3673712.
HSL color Cylindrical-coordinate representation of color #700E38: hue angle of 334.29º 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 #700E38 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 56 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.56 |
| HSL | 334.29º | 0.78% | 0.25% | - |
| HSV(B) | 334.29º | 0.88% | 0.44% | - |
| XYZ | 7.55 | 4.04 | 4.12 | - |
| YUV | 48.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 56 | 0 | 0.88 | 0.50 | 0.56 | 334.29 | 0.78 | 0.25 |
| Hex | 70 | E | 38 | 0 | 58 | 32 | 38 | 14E | 4E | 19 |
| Octal | 160 | 16 | 70 | 0 | 130 | 62 | 70 | 516 | 116 | 31 |
| Binary | 1110000 | 1110 | 111000 | 0 | 1011000 | 110010 | 111000 | 101001110 | 1001110 | 11001 |
Color Harmonies of #700E38
Complementary color
Monochromatic Colors of #700E38
Black with #700E38
Text Example
Text Example
White with #700E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E38; }
p { color: rgb(112,14,56); }
H1.HeaderClassName
{
color: #700E38;
}
.AnyTagClassName
{
color: #700E38;
}
</style>
background-color css
<style>
a { background-color: #700E38; }
a { background-color: rgb(112,14,56); }
div.DivClassName
{
background-color: #700E38;
}
.BgClassName
{
background-color: #700E38;
}
</style>
border-color css
<style>
span { border-color: #700E38; }
span { border-color: rgb(112,14,56); }
td.TdClassName
{
border-color: #700E38;
}
.TagClassName
{
border-color: #700E38;
}
</style>