Shades of Tyrian Purple #70003F
Tints of Tyrian Purple #70003F
RGB
CMYK
RGB Variations
Color information
#70003F (or 0x70003F) is known color: Tyrian Purple. HEX triplet: 70, 00 and 3F. RGB value is (112,0,63). Sum of RGB (Red+Green+Blue) = 112+0+63=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70003F is #8FFFC0. Grayscale: #282828. Windows color (decimal): -9437121 or 4128880. OLE color: 4128880.
HSL color Cylindrical-coordinate representation of color #70003F: hue angle of 326.25º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70003F is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.44 | 0.56 |
| HSL | 326.25º | 1% | 0.22% | - |
| HSV(B) | 326.25º | 1% | 0.44% | - |
| XYZ | 7.58 | 3.8 | 5.04 | - |
| YUV | 40.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 63 | 0 | 1 | 0.44 | 0.56 | 326.25 | 1 | 0.22 |
| Hex | 70 | 0 | 3F | 0 | 64 | 2C | 38 | 146 | 64 | 16 |
| Octal | 160 | 0 | 77 | 0 | 144 | 54 | 70 | 506 | 144 | 26 |
| Binary | 1110000 | 0 | 111111 | 0 | 1100100 | 101100 | 111000 | 101000110 | 1100100 | 10110 |
Color Harmonies of #70003F
Complementary color
Monochromatic Colors of #70003F
Black with #70003F
Text Example
Text Example
White with #70003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70003F; }
p { color: rgb(112,0,63); }
H1.HeaderClassName
{
color: #70003F;
}
.AnyTagClassName
{
color: #70003F;
}
</style>
background-color css
<style>
a { background-color: #70003F; }
a { background-color: rgb(112,0,63); }
div.DivClassName
{
background-color: #70003F;
}
.BgClassName
{
background-color: #70003F;
}
</style>
border-color css
<style>
span { border-color: #70003F; }
span { border-color: rgb(112,0,63); }
td.TdClassName
{
border-color: #70003F;
}
.TagClassName
{
border-color: #70003F;
}
</style>