Shades of Tyrian Purple #70053A
Tints of Tyrian Purple #70053A
RGB
CMYK
RGB Variations
Color information
#70053A (or 0x70053A) is known color: Tyrian Purple. HEX triplet: 70, 05 and 3A. RGB value is (112,5,58). Sum of RGB (Red+Green+Blue) = 112+5+58=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70053A is #8FFAC5. Grayscale: #2A2A2A. Windows color (decimal): -9435846 or 3802480. OLE color: 3802480.
HSL color Cylindrical-coordinate representation of color #70053A: hue angle of 330.28º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70053A is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 58 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.56 |
| HSL | 330.28º | 0.91% | 0.23% | - |
| HSV(B) | 330.28º | 0.96% | 0.44% | - |
| XYZ | 7.5 | 3.86 | 4.35 | - |
| YUV | 43.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 58 | 0 | 0.96 | 0.48 | 0.56 | 330.28 | 0.91 | 0.23 |
| Hex | 70 | 5 | 3A | 0 | 60 | 30 | 38 | 14A | 5B | 17 |
| Octal | 160 | 5 | 72 | 0 | 140 | 60 | 70 | 512 | 133 | 27 |
| Binary | 1110000 | 101 | 111010 | 0 | 1100000 | 110000 | 111000 | 101001010 | 1011011 | 10111 |
Color Harmonies of #70053A
Complementary color
Monochromatic Colors of #70053A
Black with #70053A
Text Example
Text Example
White with #70053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70053A; }
p { color: rgb(112,5,58); }
H1.HeaderClassName
{
color: #70053A;
}
.AnyTagClassName
{
color: #70053A;
}
</style>
background-color css
<style>
a { background-color: #70053A; }
a { background-color: rgb(112,5,58); }
div.DivClassName
{
background-color: #70053A;
}
.BgClassName
{
background-color: #70053A;
}
</style>
border-color css
<style>
span { border-color: #70053A; }
span { border-color: rgb(112,5,58); }
td.TdClassName
{
border-color: #70053A;
}
.TagClassName
{
border-color: #70053A;
}
</style>