Shades of Tyrian Purple #700254
Tints of Tyrian Purple #700254
RGB
CMYK
RGB Variations
Color information
#700254 (or 0x700254) is known color: Tyrian Purple. HEX triplet: 70, 02 and 54. RGB value is (112,2,84). Sum of RGB (Red+Green+Blue) = 112+2+84=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #700254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700254 is #8FFDAB. Grayscale: #2C2C2C. Windows color (decimal): -9436588 or 5505648. OLE color: 5505648.
HSL color Cylindrical-coordinate representation of color #700254: hue angle of 315.27º 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 #700254 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 84 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.56 |
| HSL | 315.27º | 0.96% | 0.22% | - |
| HSV(B) | 315.27º | 0.98% | 0.44% | - |
| XYZ | 8.3 | 4.13 | 8.75 | - |
| YUV | 44.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 84 | 0 | 0.98 | 0.25 | 0.56 | 315.27 | 0.96 | 0.22 |
| Hex | 70 | 2 | 54 | 0 | 62 | 19 | 38 | 13B | 60 | 16 |
| Octal | 160 | 2 | 124 | 0 | 142 | 31 | 70 | 473 | 140 | 26 |
| Binary | 1110000 | 10 | 1010100 | 0 | 1100010 | 11001 | 111000 | 100111011 | 1100000 | 10110 |
Color Harmonies of #700254
Complementary color
Monochromatic Colors of #700254
Black with #700254
Text Example
Text Example
White with #700254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700254; }
p { color: rgb(112,2,84); }
H1.HeaderClassName
{
color: #700254;
}
.AnyTagClassName
{
color: #700254;
}
</style>
background-color css
<style>
a { background-color: #700254; }
a { background-color: rgb(112,2,84); }
div.DivClassName
{
background-color: #700254;
}
.BgClassName
{
background-color: #700254;
}
</style>
border-color css
<style>
span { border-color: #700254; }
span { border-color: rgb(112,2,84); }
td.TdClassName
{
border-color: #700254;
}
.TagClassName
{
border-color: #700254;
}
</style>