Shades of Tyrian Purple #700E3C
Tints of Tyrian Purple #700E3C
RGB
CMYK
RGB Variations
Color information
#700E3C (or 0x700E3C) is known color: Tyrian Purple. HEX triplet: 70, 0E and 3C. RGB value is (112,14,60). Sum of RGB (Red+Green+Blue) = 112+14+60=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E3C is #8FF1C3. Grayscale: #303030. Windows color (decimal): -9433540 or 3935856. OLE color: 3935856.
HSL color Cylindrical-coordinate representation of color #700E3C: hue angle of 331.84º 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 #700E3C is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 60 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.56 |
| HSL | 331.84º | 0.78% | 0.25% | - |
| HSV(B) | 331.84º | 0.88% | 0.44% | - |
| XYZ | 7.65 | 4.09 | 4.66 | - |
| YUV | 48.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 60 | 0 | 0.88 | 0.46 | 0.56 | 331.84 | 0.78 | 0.25 |
| Hex | 70 | E | 3C | 0 | 58 | 2E | 38 | 14C | 4E | 19 |
| Octal | 160 | 16 | 74 | 0 | 130 | 56 | 70 | 514 | 116 | 31 |
| Binary | 1110000 | 1110 | 111100 | 0 | 1011000 | 101110 | 111000 | 101001100 | 1001110 | 11001 |
Color Harmonies of #700E3C
Complementary color
Monochromatic Colors of #700E3C
Black with #700E3C
Text Example
Text Example
White with #700E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E3C; }
p { color: rgb(112,14,60); }
H1.HeaderClassName
{
color: #700E3C;
}
.AnyTagClassName
{
color: #700E3C;
}
</style>
background-color css
<style>
a { background-color: #700E3C; }
a { background-color: rgb(112,14,60); }
div.DivClassName
{
background-color: #700E3C;
}
.BgClassName
{
background-color: #700E3C;
}
</style>
border-color css
<style>
span { border-color: #700E3C; }
span { border-color: rgb(112,14,60); }
td.TdClassName
{
border-color: #700E3C;
}
.TagClassName
{
border-color: #700E3C;
}
</style>