Shades of Tyrian Purple #70064B
Tints of Tyrian Purple #70064B
RGB
CMYK
RGB Variations
Color information
#70064B (or 0x70064B) is known color: Tyrian Purple. HEX triplet: 70, 06 and 4B. RGB value is (112,6,75). Sum of RGB (Red+Green+Blue) = 112+6+75=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70064B is #8FF9B4. Grayscale: #2D2D2D. Windows color (decimal): -9435573 or 4916848. OLE color: 4916848.
HSL color Cylindrical-coordinate representation of color #70064B: hue angle of 320.94º 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 #70064B is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 75 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.56 |
| HSL | 320.94º | 0.9% | 0.23% | - |
| HSV(B) | 320.94º | 0.95% | 0.44% | - |
| XYZ | 8.02 | 4.08 | 7.02 | - |
| YUV | 45.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 75 | 0 | 0.95 | 0.33 | 0.56 | 320.94 | 0.9 | 0.23 |
| Hex | 70 | 6 | 4B | 0 | 5F | 21 | 38 | 141 | 5A | 17 |
| Octal | 160 | 6 | 113 | 0 | 137 | 41 | 70 | 501 | 132 | 27 |
| Binary | 1110000 | 110 | 1001011 | 0 | 1011111 | 100001 | 111000 | 101000001 | 1011010 | 10111 |
Color Harmonies of #70064B
Complementary color
Monochromatic Colors of #70064B
Black with #70064B
Text Example
Text Example
White with #70064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70064B; }
p { color: rgb(112,6,75); }
H1.HeaderClassName
{
color: #70064B;
}
.AnyTagClassName
{
color: #70064B;
}
</style>
background-color css
<style>
a { background-color: #70064B; }
a { background-color: rgb(112,6,75); }
div.DivClassName
{
background-color: #70064B;
}
.BgClassName
{
background-color: #70064B;
}
</style>
border-color css
<style>
span { border-color: #70064B; }
span { border-color: rgb(112,6,75); }
td.TdClassName
{
border-color: #70064B;
}
.TagClassName
{
border-color: #70064B;
}
</style>