Shades of Tyrian Purple #70053F
Tints of Tyrian Purple #70053F
RGB
CMYK
RGB Variations
Color information
#70053F (or 0x70053F) is known color: Tyrian Purple. HEX triplet: 70, 05 and 3F. RGB value is (112,5,63). Sum of RGB (Red+Green+Blue) = 112+5+63=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70053F is #8FFAC0. Grayscale: #2B2B2B. Windows color (decimal): -9435841 or 4130160. OLE color: 4130160.
HSL color Cylindrical-coordinate representation of color #70053F: hue angle of 327.48º 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 #70053F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 63 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.56 |
| HSL | 327.48º | 0.91% | 0.23% | - |
| HSV(B) | 327.48º | 0.96% | 0.44% | - |
| XYZ | 7.63 | 3.91 | 5.06 | - |
| YUV | 43.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 63 | 0 | 0.96 | 0.44 | 0.56 | 327.48 | 0.91 | 0.23 |
| Hex | 70 | 5 | 3F | 0 | 60 | 2C | 38 | 147 | 5B | 17 |
| Octal | 160 | 5 | 77 | 0 | 140 | 54 | 70 | 507 | 133 | 27 |
| Binary | 1110000 | 101 | 111111 | 0 | 1100000 | 101100 | 111000 | 101000111 | 1011011 | 10111 |
Color Harmonies of #70053F
Complementary color
Monochromatic Colors of #70053F
Black with #70053F
Text Example
Text Example
White with #70053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70053F; }
p { color: rgb(112,5,63); }
H1.HeaderClassName
{
color: #70053F;
}
.AnyTagClassName
{
color: #70053F;
}
</style>
background-color css
<style>
a { background-color: #70053F; }
a { background-color: rgb(112,5,63); }
div.DivClassName
{
background-color: #70053F;
}
.BgClassName
{
background-color: #70053F;
}
</style>
border-color css
<style>
span { border-color: #70053F; }
span { border-color: rgb(112,5,63); }
td.TdClassName
{
border-color: #70053F;
}
.TagClassName
{
border-color: #70053F;
}
</style>