Shades of Tyrian Purple #700C3E
Tints of Tyrian Purple #700C3E
RGB
CMYK
RGB Variations
Color information
#700C3E (or 0x700C3E) is known color: Tyrian Purple. HEX triplet: 70, 0C and 3E. RGB value is (112,12,62). Sum of RGB (Red+Green+Blue) = 112+12+62=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C3E is #8FF3C1. Grayscale: #2F2F2F. Windows color (decimal): -9434050 or 4066416. OLE color: 4066416.
HSL color Cylindrical-coordinate representation of color #700C3E: hue angle of 330º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C3E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 62 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.56 |
| HSL | 330º | 0.81% | 0.24% | - |
| HSV(B) | 330º | 0.89% | 0.44% | - |
| XYZ | 7.68 | 4.06 | 4.94 | - |
| YUV | 47.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 62 | 0 | 0.89 | 0.45 | 0.56 | 330 | 0.81 | 0.24 |
| Hex | 70 | C | 3E | 0 | 59 | 2D | 38 | 14A | 51 | 18 |
| Octal | 160 | 14 | 76 | 0 | 131 | 55 | 70 | 512 | 121 | 30 |
| Binary | 1110000 | 1100 | 111110 | 0 | 1011001 | 101101 | 111000 | 101001010 | 1010001 | 11000 |
Color Harmonies of #700C3E
Complementary color
Monochromatic Colors of #700C3E
Black with #700C3E
Text Example
Text Example
White with #700C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C3E; }
p { color: rgb(112,12,62); }
H1.HeaderClassName
{
color: #700C3E;
}
.AnyTagClassName
{
color: #700C3E;
}
</style>
background-color css
<style>
a { background-color: #700C3E; }
a { background-color: rgb(112,12,62); }
div.DivClassName
{
background-color: #700C3E;
}
.BgClassName
{
background-color: #700C3E;
}
</style>
border-color css
<style>
span { border-color: #700C3E; }
span { border-color: rgb(112,12,62); }
td.TdClassName
{
border-color: #700C3E;
}
.TagClassName
{
border-color: #700C3E;
}
</style>