Shades of Tyrian Purple #700E4B
Tints of Tyrian Purple #700E4B
RGB
CMYK
RGB Variations
Color information
#700E4B (or 0x700E4B) is known color: Tyrian Purple. HEX triplet: 70, 0E and 4B. RGB value is (112,14,75). Sum of RGB (Red+Green+Blue) = 112+14+75=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E4B is #8FF1B4. Grayscale: #323232. Windows color (decimal): -9433525 or 4918896. OLE color: 4918896.
HSL color Cylindrical-coordinate representation of color #700E4B: hue angle of 322.65º 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 #700E4B is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 75 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.56 |
| HSL | 322.65º | 0.78% | 0.25% | - |
| HSV(B) | 322.65º | 0.88% | 0.44% | - |
| XYZ | 8.11 | 4.27 | 7.05 | - |
| YUV | 50.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 75 | 0 | 0.88 | 0.33 | 0.56 | 322.65 | 0.78 | 0.25 |
| Hex | 70 | E | 4B | 0 | 58 | 21 | 38 | 143 | 4E | 19 |
| Octal | 160 | 16 | 113 | 0 | 130 | 41 | 70 | 503 | 116 | 31 |
| Binary | 1110000 | 1110 | 1001011 | 0 | 1011000 | 100001 | 111000 | 101000011 | 1001110 | 11001 |
Color Harmonies of #700E4B
Complementary color
Monochromatic Colors of #700E4B
Black with #700E4B
Text Example
Text Example
White with #700E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E4B; }
p { color: rgb(112,14,75); }
H1.HeaderClassName
{
color: #700E4B;
}
.AnyTagClassName
{
color: #700E4B;
}
</style>
background-color css
<style>
a { background-color: #700E4B; }
a { background-color: rgb(112,14,75); }
div.DivClassName
{
background-color: #700E4B;
}
.BgClassName
{
background-color: #700E4B;
}
</style>
border-color css
<style>
span { border-color: #700E4B; }
span { border-color: rgb(112,14,75); }
td.TdClassName
{
border-color: #700E4B;
}
.TagClassName
{
border-color: #700E4B;
}
</style>