Shades of Tyrian Purple #70003C
Tints of Tyrian Purple #70003C
RGB
CMYK
RGB Variations
Color information
#70003C (or 0x70003C) is known color: Tyrian Purple. HEX triplet: 70, 00 and 3C. RGB value is (112,0,60). Sum of RGB (Red+Green+Blue) = 112+0+60=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70003C is #8FFFC3. Grayscale: #282828. Windows color (decimal): -9437124 or 3932272. OLE color: 3932272.
HSL color Cylindrical-coordinate representation of color #70003C: hue angle of 327.86º 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 #70003C is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.46 | 0.56 |
| HSL | 327.86º | 1% | 0.22% | - |
| HSV(B) | 327.86º | 1% | 0.44% | - |
| XYZ | 7.5 | 3.77 | 4.61 | - |
| YUV | 40.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 60 | 0 | 1 | 0.46 | 0.56 | 327.86 | 1 | 0.22 |
| Hex | 70 | 0 | 3C | 0 | 64 | 2E | 38 | 148 | 64 | 16 |
| Octal | 160 | 0 | 74 | 0 | 144 | 56 | 70 | 510 | 144 | 26 |
| Binary | 1110000 | 0 | 111100 | 0 | 1100100 | 101110 | 111000 | 101001000 | 1100100 | 10110 |
Color Harmonies of #70003C
Complementary color
Monochromatic Colors of #70003C
Black with #70003C
Text Example
Text Example
White with #70003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70003C; }
p { color: rgb(112,0,60); }
H1.HeaderClassName
{
color: #70003C;
}
.AnyTagClassName
{
color: #70003C;
}
</style>
background-color css
<style>
a { background-color: #70003C; }
a { background-color: rgb(112,0,60); }
div.DivClassName
{
background-color: #70003C;
}
.BgClassName
{
background-color: #70003C;
}
</style>
border-color css
<style>
span { border-color: #70003C; }
span { border-color: rgb(112,0,60); }
td.TdClassName
{
border-color: #70003C;
}
.TagClassName
{
border-color: #70003C;
}
</style>