Shades of Tyrian Purple #70063B
Tints of Tyrian Purple #70063B
RGB
CMYK
RGB Variations
Color information
#70063B (or 0x70063B) is known color: Tyrian Purple. HEX triplet: 70, 06 and 3B. RGB value is (112,6,59). Sum of RGB (Red+Green+Blue) = 112+6+59=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70063B is #8FF9C4. Grayscale: #2B2B2B. Windows color (decimal): -9435589 or 3868272. OLE color: 3868272.
HSL color Cylindrical-coordinate representation of color #70063B: hue angle of 330º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70063B is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 59 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.56 |
| HSL | 330º | 0.9% | 0.23% | - |
| HSV(B) | 330º | 0.95% | 0.44% | - |
| XYZ | 7.54 | 3.89 | 4.49 | - |
| YUV | 43.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 59 | 0 | 0.95 | 0.47 | 0.56 | 330 | 0.9 | 0.23 |
| Hex | 70 | 6 | 3B | 0 | 5F | 2F | 38 | 14A | 5A | 17 |
| Octal | 160 | 6 | 73 | 0 | 137 | 57 | 70 | 512 | 132 | 27 |
| Binary | 1110000 | 110 | 111011 | 0 | 1011111 | 101111 | 111000 | 101001010 | 1011010 | 10111 |
Color Harmonies of #70063B
Complementary color
Monochromatic Colors of #70063B
Black with #70063B
Text Example
Text Example
White with #70063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70063B; }
p { color: rgb(112,6,59); }
H1.HeaderClassName
{
color: #70063B;
}
.AnyTagClassName
{
color: #70063B;
}
</style>
background-color css
<style>
a { background-color: #70063B; }
a { background-color: rgb(112,6,59); }
div.DivClassName
{
background-color: #70063B;
}
.BgClassName
{
background-color: #70063B;
}
</style>
border-color css
<style>
span { border-color: #70063B; }
span { border-color: rgb(112,6,59); }
td.TdClassName
{
border-color: #70063B;
}
.TagClassName
{
border-color: #70063B;
}
</style>