Shades of Tyrian Purple #70023D
Tints of Tyrian Purple #70023D
RGB
CMYK
RGB Variations
Color information
#70023D (or 0x70023D) is known color: Tyrian Purple. HEX triplet: 70, 02 and 3D. RGB value is (112,2,61). Sum of RGB (Red+Green+Blue) = 112+2+61=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70023D is #8FFDC2. Grayscale: #292929. Windows color (decimal): -9436611 or 3998320. OLE color: 3998320.
HSL color Cylindrical-coordinate representation of color #70023D: hue angle of 327.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70023D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.56 |
| HSL | 327.82º | 0.96% | 0.22% | - |
| HSV(B) | 327.82º | 0.98% | 0.44% | - |
| XYZ | 7.55 | 3.83 | 4.76 | - |
| YUV | 41.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 61 | 0 | 0.98 | 0.46 | 0.56 | 327.82 | 0.96 | 0.22 |
| Hex | 70 | 2 | 3D | 0 | 62 | 2E | 38 | 148 | 60 | 16 |
| Octal | 160 | 2 | 75 | 0 | 142 | 56 | 70 | 510 | 140 | 26 |
| Binary | 1110000 | 10 | 111101 | 0 | 1100010 | 101110 | 111000 | 101001000 | 1100000 | 10110 |
Color Harmonies of #70023D
Complementary color
Monochromatic Colors of #70023D
Black with #70023D
Text Example
Text Example
White with #70023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70023D; }
p { color: rgb(112,2,61); }
H1.HeaderClassName
{
color: #70023D;
}
.AnyTagClassName
{
color: #70023D;
}
</style>
background-color css
<style>
a { background-color: #70023D; }
a { background-color: rgb(112,2,61); }
div.DivClassName
{
background-color: #70023D;
}
.BgClassName
{
background-color: #70023D;
}
</style>
border-color css
<style>
span { border-color: #70023D; }
span { border-color: rgb(112,2,61); }
td.TdClassName
{
border-color: #70023D;
}
.TagClassName
{
border-color: #70023D;
}
</style>