Shades of Tyrian Purple #700256
Tints of Tyrian Purple #700256
RGB
CMYK
RGB Variations
Color information
#700256 (or 0x700256) is known color: Tyrian Purple. HEX triplet: 70, 02 and 56. RGB value is (112,2,86). Sum of RGB (Red+Green+Blue) = 112+2+86=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #700256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700256 is #8FFDA9. Grayscale: #2C2C2C. Windows color (decimal): -9436586 or 5636720. OLE color: 5636720.
HSL color Cylindrical-coordinate representation of color #700256: hue angle of 314.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 #700256 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 86 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.56 |
| HSL | 314.18º | 0.96% | 0.22% | - |
| HSV(B) | 314.18º | 0.98% | 0.44% | - |
| XYZ | 8.38 | 4.16 | 9.17 | - |
| YUV | 44.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 86 | 0 | 0.98 | 0.23 | 0.56 | 314.18 | 0.96 | 0.22 |
| Hex | 70 | 2 | 56 | 0 | 62 | 17 | 38 | 13A | 60 | 16 |
| Octal | 160 | 2 | 126 | 0 | 142 | 27 | 70 | 472 | 140 | 26 |
| Binary | 1110000 | 10 | 1010110 | 0 | 1100010 | 10111 | 111000 | 100111010 | 1100000 | 10110 |
Color Harmonies of #700256
Complementary color
Monochromatic Colors of #700256
Black with #700256
Text Example
Text Example
White with #700256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700256; }
p { color: rgb(112,2,86); }
H1.HeaderClassName
{
color: #700256;
}
.AnyTagClassName
{
color: #700256;
}
</style>
background-color css
<style>
a { background-color: #700256; }
a { background-color: rgb(112,2,86); }
div.DivClassName
{
background-color: #700256;
}
.BgClassName
{
background-color: #700256;
}
</style>
border-color css
<style>
span { border-color: #700256; }
span { border-color: rgb(112,2,86); }
td.TdClassName
{
border-color: #700256;
}
.TagClassName
{
border-color: #700256;
}
</style>