Shades of Tyrian Purple #70013B
Tints of Tyrian Purple #70013B
RGB
CMYK
RGB Variations
Color information
#70013B (or 0x70013B) is known color: Tyrian Purple. HEX triplet: 70, 01 and 3B. RGB value is (112,1,59). Sum of RGB (Red+Green+Blue) = 112+1+59=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70013B is #8FFEC4. Grayscale: #282828. Windows color (decimal): -9436869 or 3866992. OLE color: 3866992.
HSL color Cylindrical-coordinate representation of color #70013B: hue angle of 328.65º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70013B is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.56 |
| HSL | 328.65º | 0.98% | 0.22% | - |
| HSV(B) | 328.65º | 0.99% | 0.44% | - |
| XYZ | 7.48 | 3.78 | 4.47 | - |
| YUV | 40.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 59 | 0 | 0.99 | 0.47 | 0.56 | 328.65 | 0.98 | 0.22 |
| Hex | 70 | 1 | 3B | 0 | 63 | 2F | 38 | 149 | 62 | 16 |
| Octal | 160 | 1 | 73 | 0 | 143 | 57 | 70 | 511 | 142 | 26 |
| Binary | 1110000 | 1 | 111011 | 0 | 1100011 | 101111 | 111000 | 101001001 | 1100010 | 10110 |
Color Harmonies of #70013B
Complementary color
Monochromatic Colors of #70013B
Black with #70013B
Text Example
Text Example
White with #70013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70013B; }
p { color: rgb(112,1,59); }
H1.HeaderClassName
{
color: #70013B;
}
.AnyTagClassName
{
color: #70013B;
}
</style>
background-color css
<style>
a { background-color: #70013B; }
a { background-color: rgb(112,1,59); }
div.DivClassName
{
background-color: #70013B;
}
.BgClassName
{
background-color: #70013B;
}
</style>
border-color css
<style>
span { border-color: #70013B; }
span { border-color: rgb(112,1,59); }
td.TdClassName
{
border-color: #70013B;
}
.TagClassName
{
border-color: #70013B;
}
</style>