Shades of Tyrian Purple #700034
Tints of Tyrian Purple #700034
RGB
CMYK
RGB Variations
Color information
#700034 (or 0x700034) is known color: Tyrian Purple. HEX triplet: 70, 00 and 34. RGB value is (112,0,52). Sum of RGB (Red+Green+Blue) = 112+0+52=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #700034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700034 is #8FFFCB. Grayscale: #272727. Windows color (decimal): -9437132 or 3407984. OLE color: 3407984.
HSL color Cylindrical-coordinate representation of color #700034: hue angle of 332.14º 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 #700034 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.54 | 0.56 |
| HSL | 332.14º | 1% | 0.22% | - |
| HSV(B) | 332.14º | 1% | 0.44% | - |
| XYZ | 7.3 | 3.69 | 3.58 | - |
| YUV | 39.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 52 | 0 | 1 | 0.54 | 0.56 | 332.14 | 1 | 0.22 |
| Hex | 70 | 0 | 34 | 0 | 64 | 36 | 38 | 14C | 64 | 16 |
| Octal | 160 | 0 | 64 | 0 | 144 | 66 | 70 | 514 | 144 | 26 |
| Binary | 1110000 | 0 | 110100 | 0 | 1100100 | 110110 | 111000 | 101001100 | 1100100 | 10110 |
Color Harmonies of #700034
Complementary color
Monochromatic Colors of #700034
Black with #700034
Text Example
Text Example
White with #700034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700034; }
p { color: rgb(112,0,52); }
H1.HeaderClassName
{
color: #700034;
}
.AnyTagClassName
{
color: #700034;
}
</style>
background-color css
<style>
a { background-color: #700034; }
a { background-color: rgb(112,0,52); }
div.DivClassName
{
background-color: #700034;
}
.BgClassName
{
background-color: #700034;
}
</style>
border-color css
<style>
span { border-color: #700034; }
span { border-color: rgb(112,0,52); }
td.TdClassName
{
border-color: #700034;
}
.TagClassName
{
border-color: #700034;
}
</style>