Shades of Tyrian Purple #70014B
Tints of Tyrian Purple #70014B
RGB
CMYK
RGB Variations
Color information
#70014B (or 0x70014B) is known color: Tyrian Purple. HEX triplet: 70, 01 and 4B. RGB value is (112,1,75). Sum of RGB (Red+Green+Blue) = 112+1+75=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70014B is #8FFEB4. Grayscale: #2A2A2A. Windows color (decimal): -9436853 or 4915568. OLE color: 4915568.
HSL color Cylindrical-coordinate representation of color #70014B: hue angle of 320º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70014B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.56 |
| HSL | 320º | 0.98% | 0.22% | - |
| HSV(B) | 320º | 0.99% | 0.44% | - |
| XYZ | 7.96 | 3.97 | 7 | - |
| YUV | 42.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 75 | 0 | 0.99 | 0.33 | 0.56 | 320 | 0.98 | 0.22 |
| Hex | 70 | 1 | 4B | 0 | 63 | 21 | 38 | 140 | 62 | 16 |
| Octal | 160 | 1 | 113 | 0 | 143 | 41 | 70 | 500 | 142 | 26 |
| Binary | 1110000 | 1 | 1001011 | 0 | 1100011 | 100001 | 111000 | 101000000 | 1100010 | 10110 |
Color Harmonies of #70014B
Complementary color
Monochromatic Colors of #70014B
Black with #70014B
Text Example
Text Example
White with #70014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70014B; }
p { color: rgb(112,1,75); }
H1.HeaderClassName
{
color: #70014B;
}
.AnyTagClassName
{
color: #70014B;
}
</style>
background-color css
<style>
a { background-color: #70014B; }
a { background-color: rgb(112,1,75); }
div.DivClassName
{
background-color: #70014B;
}
.BgClassName
{
background-color: #70014B;
}
</style>
border-color css
<style>
span { border-color: #70014B; }
span { border-color: rgb(112,1,75); }
td.TdClassName
{
border-color: #70014B;
}
.TagClassName
{
border-color: #70014B;
}
</style>