Shades of Tyrian Purple #70063D
Tints of Tyrian Purple #70063D
RGB
CMYK
RGB Variations
Color information
#70063D (or 0x70063D) is known color: Tyrian Purple. HEX triplet: 70, 06 and 3D. RGB value is (112,6,61). Sum of RGB (Red+Green+Blue) = 112+6+61=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70063D is #8FF9C2. Grayscale: #2B2B2B. Windows color (decimal): -9435587 or 3999344. OLE color: 3999344.
HSL color Cylindrical-coordinate representation of color #70063D: hue angle of 328.87º 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 #70063D is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 61 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.56 |
| HSL | 328.87º | 0.9% | 0.23% | - |
| HSV(B) | 328.87º | 0.95% | 0.44% | - |
| XYZ | 7.59 | 3.91 | 4.77 | - |
| YUV | 43.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 61 | 0 | 0.95 | 0.46 | 0.56 | 328.87 | 0.9 | 0.23 |
| Hex | 70 | 6 | 3D | 0 | 5F | 2E | 38 | 149 | 5A | 17 |
| Octal | 160 | 6 | 75 | 0 | 137 | 56 | 70 | 511 | 132 | 27 |
| Binary | 1110000 | 110 | 111101 | 0 | 1011111 | 101110 | 111000 | 101001001 | 1011010 | 10111 |
Color Harmonies of #70063D
Complementary color
Monochromatic Colors of #70063D
Black with #70063D
Text Example
Text Example
White with #70063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70063D; }
p { color: rgb(112,6,61); }
H1.HeaderClassName
{
color: #70063D;
}
.AnyTagClassName
{
color: #70063D;
}
</style>
background-color css
<style>
a { background-color: #70063D; }
a { background-color: rgb(112,6,61); }
div.DivClassName
{
background-color: #70063D;
}
.BgClassName
{
background-color: #70063D;
}
</style>
border-color css
<style>
span { border-color: #70063D; }
span { border-color: rgb(112,6,61); }
td.TdClassName
{
border-color: #70063D;
}
.TagClassName
{
border-color: #70063D;
}
</style>