Shades of Tyrian Purple #70034D
Tints of Tyrian Purple #70034D
RGB
CMYK
RGB Variations
Color information
#70034D (or 0x70034D) is known color: Tyrian Purple. HEX triplet: 70, 03 and 4D. RGB value is (112,3,77). Sum of RGB (Red+Green+Blue) = 112+3+77=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70034D is #8FFCB2. Grayscale: #2B2B2B. Windows color (decimal): -9436339 or 5047152. OLE color: 5047152.
HSL color Cylindrical-coordinate representation of color #70034D: hue angle of 319.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70034D is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 77 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.56 |
| HSL | 319.27º | 0.95% | 0.23% | - |
| HSV(B) | 319.27º | 0.97% | 0.44% | - |
| XYZ | 8.05 | 4.05 | 7.38 | - |
| YUV | 44.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 77 | 0 | 0.97 | 0.31 | 0.56 | 319.27 | 0.95 | 0.23 |
| Hex | 70 | 3 | 4D | 0 | 61 | 1F | 38 | 13F | 5F | 17 |
| Octal | 160 | 3 | 115 | 0 | 141 | 37 | 70 | 477 | 137 | 27 |
| Binary | 1110000 | 11 | 1001101 | 0 | 1100001 | 11111 | 111000 | 100111111 | 1011111 | 10111 |
Color Harmonies of #70034D
Complementary color
Monochromatic Colors of #70034D
Black with #70034D
Text Example
Text Example
White with #70034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70034D; }
p { color: rgb(112,3,77); }
H1.HeaderClassName
{
color: #70034D;
}
.AnyTagClassName
{
color: #70034D;
}
</style>
background-color css
<style>
a { background-color: #70034D; }
a { background-color: rgb(112,3,77); }
div.DivClassName
{
background-color: #70034D;
}
.BgClassName
{
background-color: #70034D;
}
</style>
border-color css
<style>
span { border-color: #70034D; }
span { border-color: rgb(112,3,77); }
td.TdClassName
{
border-color: #70034D;
}
.TagClassName
{
border-color: #70034D;
}
</style>