Shades of Tyrian Purple #700246
Tints of Tyrian Purple #700246
RGB
CMYK
RGB Variations
Color information
#700246 (or 0x700246) is known color: Tyrian Purple. HEX triplet: 70, 02 and 46. RGB value is (112,2,70). Sum of RGB (Red+Green+Blue) = 112+2+70=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #700246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700246 is #8FFDB9. Grayscale: #2A2A2A. Windows color (decimal): -9436602 or 4588144. OLE color: 4588144.
HSL color Cylindrical-coordinate representation of color #700246: hue angle of 322.91º 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 #700246 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 70 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.56 |
| HSL | 322.91º | 0.96% | 0.22% | - |
| HSV(B) | 322.91º | 0.98% | 0.44% | - |
| XYZ | 7.81 | 3.93 | 6.14 | - |
| YUV | 42.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 70 | 0 | 0.98 | 0.38 | 0.56 | 322.91 | 0.96 | 0.22 |
| Hex | 70 | 2 | 46 | 0 | 62 | 26 | 38 | 143 | 60 | 16 |
| Octal | 160 | 2 | 106 | 0 | 142 | 46 | 70 | 503 | 140 | 26 |
| Binary | 1110000 | 10 | 1000110 | 0 | 1100010 | 100110 | 111000 | 101000011 | 1100000 | 10110 |
Color Harmonies of #700246
Complementary color
Monochromatic Colors of #700246
Black with #700246
Text Example
Text Example
White with #700246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700246; }
p { color: rgb(112,2,70); }
H1.HeaderClassName
{
color: #700246;
}
.AnyTagClassName
{
color: #700246;
}
</style>
background-color css
<style>
a { background-color: #700246; }
a { background-color: rgb(112,2,70); }
div.DivClassName
{
background-color: #700246;
}
.BgClassName
{
background-color: #700246;
}
</style>
border-color css
<style>
span { border-color: #700246; }
span { border-color: rgb(112,2,70); }
td.TdClassName
{
border-color: #700246;
}
.TagClassName
{
border-color: #700246;
}
</style>