Shades of Tyrian Purple #70023A
Tints of Tyrian Purple #70023A
RGB
CMYK
RGB Variations
Color information
#70023A (or 0x70023A) is known color: Tyrian Purple. HEX triplet: 70, 02 and 3A. RGB value is (112,2,58). Sum of RGB (Red+Green+Blue) = 112+2+58=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70023A is #8FFDC5. Grayscale: #292929. Windows color (decimal): -9436614 or 3801712. OLE color: 3801712.
HSL color Cylindrical-coordinate representation of color #70023A: hue angle of 329.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70023A is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 58 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.56 |
| HSL | 329.45º | 0.96% | 0.22% | - |
| HSV(B) | 329.45º | 0.98% | 0.44% | - |
| XYZ | 7.47 | 3.79 | 4.34 | - |
| YUV | 41.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 58 | 0 | 0.98 | 0.48 | 0.56 | 329.45 | 0.96 | 0.22 |
| Hex | 70 | 2 | 3A | 0 | 62 | 30 | 38 | 149 | 60 | 16 |
| Octal | 160 | 2 | 72 | 0 | 142 | 60 | 70 | 511 | 140 | 26 |
| Binary | 1110000 | 10 | 111010 | 0 | 1100010 | 110000 | 111000 | 101001001 | 1100000 | 10110 |
Color Harmonies of #70023A
Complementary color
Monochromatic Colors of #70023A
Black with #70023A
Text Example
Text Example
White with #70023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70023A; }
p { color: rgb(112,2,58); }
H1.HeaderClassName
{
color: #70023A;
}
.AnyTagClassName
{
color: #70023A;
}
</style>
background-color css
<style>
a { background-color: #70023A; }
a { background-color: rgb(112,2,58); }
div.DivClassName
{
background-color: #70023A;
}
.BgClassName
{
background-color: #70023A;
}
</style>
border-color css
<style>
span { border-color: #70023A; }
span { border-color: rgb(112,2,58); }
td.TdClassName
{
border-color: #70023A;
}
.TagClassName
{
border-color: #70023A;
}
</style>