Shades of Tyrian Purple #700240
Tints of Tyrian Purple #700240
RGB
CMYK
RGB Variations
Color information
#700240 (or 0x700240) is known color: Tyrian Purple. HEX triplet: 70, 02 and 40. RGB value is (112,2,64). Sum of RGB (Red+Green+Blue) = 112+2+64=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #700240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700240 is #8FFDBF. Grayscale: #292929. Windows color (decimal): -9436608 or 4194928. OLE color: 4194928.
HSL color Cylindrical-coordinate representation of color #700240: hue angle of 326.18º 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 #700240 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 64 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.56 |
| HSL | 326.18º | 0.96% | 0.22% | - |
| HSV(B) | 326.18º | 0.98% | 0.44% | - |
| XYZ | 7.63 | 3.86 | 5.19 | - |
| YUV | 41.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 64 | 0 | 0.98 | 0.43 | 0.56 | 326.18 | 0.96 | 0.22 |
| Hex | 70 | 2 | 40 | 0 | 62 | 2B | 38 | 146 | 60 | 16 |
| Octal | 160 | 2 | 100 | 0 | 142 | 53 | 70 | 506 | 140 | 26 |
| Binary | 1110000 | 10 | 1000000 | 0 | 1100010 | 101011 | 111000 | 101000110 | 1100000 | 10110 |
Color Harmonies of #700240
Complementary color
Monochromatic Colors of #700240
Black with #700240
Text Example
Text Example
White with #700240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700240; }
p { color: rgb(112,2,64); }
H1.HeaderClassName
{
color: #700240;
}
.AnyTagClassName
{
color: #700240;
}
</style>
background-color css
<style>
a { background-color: #700240; }
a { background-color: rgb(112,2,64); }
div.DivClassName
{
background-color: #700240;
}
.BgClassName
{
background-color: #700240;
}
</style>
border-color css
<style>
span { border-color: #700240; }
span { border-color: rgb(112,2,64); }
td.TdClassName
{
border-color: #700240;
}
.TagClassName
{
border-color: #700240;
}
</style>