Shades of Tyrian Purple #700039
Tints of Tyrian Purple #700039
RGB
CMYK
RGB Variations
Color information
#700039 (or 0x700039) is known color: Tyrian Purple. HEX triplet: 70, 00 and 39. RGB value is (112,0,57). Sum of RGB (Red+Green+Blue) = 112+0+57=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700039 is #8FFFC6. Grayscale: #272727. Windows color (decimal): -9437127 or 3735664. OLE color: 3735664.
HSL color Cylindrical-coordinate representation of color #700039: hue angle of 329.46º 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 #700039 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.49 | 0.56 |
| HSL | 329.46º | 1% | 0.22% | - |
| HSV(B) | 329.46º | 1% | 0.44% | - |
| XYZ | 7.42 | 3.74 | 4.2 | - |
| YUV | 39.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 57 | 0 | 1 | 0.49 | 0.56 | 329.46 | 1 | 0.22 |
| Hex | 70 | 0 | 39 | 0 | 64 | 31 | 38 | 149 | 64 | 16 |
| Octal | 160 | 0 | 71 | 0 | 144 | 61 | 70 | 511 | 144 | 26 |
| Binary | 1110000 | 0 | 111001 | 0 | 1100100 | 110001 | 111000 | 101001001 | 1100100 | 10110 |
Color Harmonies of #700039
Complementary color
Monochromatic Colors of #700039
Black with #700039
Text Example
Text Example
White with #700039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700039; }
p { color: rgb(112,0,57); }
H1.HeaderClassName
{
color: #700039;
}
.AnyTagClassName
{
color: #700039;
}
</style>
background-color css
<style>
a { background-color: #700039; }
a { background-color: rgb(112,0,57); }
div.DivClassName
{
background-color: #700039;
}
.BgClassName
{
background-color: #700039;
}
</style>
border-color css
<style>
span { border-color: #700039; }
span { border-color: rgb(112,0,57); }
td.TdClassName
{
border-color: #700039;
}
.TagClassName
{
border-color: #700039;
}
</style>