Shades of Tyrian Purple #70033A
Tints of Tyrian Purple #70033A
RGB
CMYK
RGB Variations
Color information
#70033A (or 0x70033A) is known color: Tyrian Purple. HEX triplet: 70, 03 and 3A. RGB value is (112,3,58). Sum of RGB (Red+Green+Blue) = 112+3+58=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70033A is #8FFCC5. Grayscale: #292929. Windows color (decimal): -9436358 or 3801968. OLE color: 3801968.
HSL color Cylindrical-coordinate representation of color #70033A: hue angle of 329.72º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70033A is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 58 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.56 |
| HSL | 329.72º | 0.95% | 0.23% | - |
| HSV(B) | 329.72º | 0.97% | 0.44% | - |
| XYZ | 7.48 | 3.82 | 4.35 | - |
| YUV | 41.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 58 | 0 | 0.97 | 0.48 | 0.56 | 329.72 | 0.95 | 0.23 |
| Hex | 70 | 3 | 3A | 0 | 61 | 30 | 38 | 14A | 5F | 17 |
| Octal | 160 | 3 | 72 | 0 | 141 | 60 | 70 | 512 | 137 | 27 |
| Binary | 1110000 | 11 | 111010 | 0 | 1100001 | 110000 | 111000 | 101001010 | 1011111 | 10111 |
Color Harmonies of #70033A
Complementary color
Monochromatic Colors of #70033A
Black with #70033A
Text Example
Text Example
White with #70033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70033A; }
p { color: rgb(112,3,58); }
H1.HeaderClassName
{
color: #70033A;
}
.AnyTagClassName
{
color: #70033A;
}
</style>
background-color css
<style>
a { background-color: #70033A; }
a { background-color: rgb(112,3,58); }
div.DivClassName
{
background-color: #70033A;
}
.BgClassName
{
background-color: #70033A;
}
</style>
border-color css
<style>
span { border-color: #70033A; }
span { border-color: rgb(112,3,58); }
td.TdClassName
{
border-color: #70033A;
}
.TagClassName
{
border-color: #70033A;
}
</style>