Shades of Tyrian Purple #700259
Tints of Tyrian Purple #700259
RGB
CMYK
RGB Variations
Color information
#700259 (or 0x700259) is known color: Tyrian Purple. HEX triplet: 70, 02 and 59. RGB value is (112,2,89). Sum of RGB (Red+Green+Blue) = 112+2+89=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #700259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700259 is #8FFDA6. Grayscale: #2C2C2C. Windows color (decimal): -9436583 or 5833328. OLE color: 5833328.
HSL color Cylindrical-coordinate representation of color #700259: hue angle of 312.55º 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 #700259 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 89 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.56 |
| HSL | 312.55º | 0.96% | 0.22% | - |
| HSV(B) | 312.55º | 0.98% | 0.44% | - |
| XYZ | 8.51 | 4.21 | 9.82 | - |
| YUV | 44.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 89 | 0 | 0.98 | 0.21 | 0.56 | 312.55 | 0.96 | 0.22 |
| Hex | 70 | 2 | 59 | 0 | 62 | 15 | 38 | 139 | 60 | 16 |
| Octal | 160 | 2 | 131 | 0 | 142 | 25 | 70 | 471 | 140 | 26 |
| Binary | 1110000 | 10 | 1011001 | 0 | 1100010 | 10101 | 111000 | 100111001 | 1100000 | 10110 |
Color Harmonies of #700259
Complementary color
Monochromatic Colors of #700259
Black with #700259
Text Example
Text Example
White with #700259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700259; }
p { color: rgb(112,2,89); }
H1.HeaderClassName
{
color: #700259;
}
.AnyTagClassName
{
color: #700259;
}
</style>
background-color css
<style>
a { background-color: #700259; }
a { background-color: rgb(112,2,89); }
div.DivClassName
{
background-color: #700259;
}
.BgClassName
{
background-color: #700259;
}
</style>
border-color css
<style>
span { border-color: #700259; }
span { border-color: rgb(112,2,89); }
td.TdClassName
{
border-color: #700259;
}
.TagClassName
{
border-color: #700259;
}
</style>