Shades of Tyrian Purple #70022F
Tints of Tyrian Purple #70022F
RGB
CMYK
RGB Variations
Color information
#70022F (or 0x70022F) is known color: Tyrian Purple. HEX triplet: 70, 02 and 2F. RGB value is (112,2,47). Sum of RGB (Red+Green+Blue) = 112+2+47=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70022F is #8FFDD0. Grayscale: #272727. Windows color (decimal): -9436625 or 3080816. OLE color: 3080816.
HSL color Cylindrical-coordinate representation of color #70022F: hue angle of 335.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 #70022F is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.56 |
| HSL | 335.45º | 0.96% | 0.22% | - |
| HSV(B) | 335.45º | 0.98% | 0.44% | - |
| XYZ | 7.22 | 3.69 | 3.02 | - |
| YUV | 40.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 47 | 0 | 0.98 | 0.58 | 0.56 | 335.45 | 0.96 | 0.22 |
| Hex | 70 | 2 | 2F | 0 | 62 | 3A | 38 | 14F | 60 | 16 |
| Octal | 160 | 2 | 57 | 0 | 142 | 72 | 70 | 517 | 140 | 26 |
| Binary | 1110000 | 10 | 101111 | 0 | 1100010 | 111010 | 111000 | 101001111 | 1100000 | 10110 |
Color Harmonies of #70022F
Complementary color
Monochromatic Colors of #70022F
Black with #70022F
Text Example
Text Example
White with #70022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70022F; }
p { color: rgb(112,2,47); }
H1.HeaderClassName
{
color: #70022F;
}
.AnyTagClassName
{
color: #70022F;
}
</style>
background-color css
<style>
a { background-color: #70022F; }
a { background-color: rgb(112,2,47); }
div.DivClassName
{
background-color: #70022F;
}
.BgClassName
{
background-color: #70022F;
}
</style>
border-color css
<style>
span { border-color: #70022F; }
span { border-color: rgb(112,2,47); }
td.TdClassName
{
border-color: #70022F;
}
.TagClassName
{
border-color: #70022F;
}
</style>