Shades of Tyrian Purple #700255
Tints of Tyrian Purple #700255
RGB
CMYK
RGB Variations
Color information
#700255 (or 0x700255) is known color: Tyrian Purple. HEX triplet: 70, 02 and 55. RGB value is (112,2,85). Sum of RGB (Red+Green+Blue) = 112+2+85=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #700255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700255 is #8FFDAA. Grayscale: #2C2C2C. Windows color (decimal): -9436587 or 5571184. OLE color: 5571184.
HSL color Cylindrical-coordinate representation of color #700255: hue angle of 314.73º 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 #700255 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 85 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.56 |
| HSL | 314.73º | 0.96% | 0.22% | - |
| HSV(B) | 314.73º | 0.98% | 0.44% | - |
| XYZ | 8.34 | 4.14 | 8.95 | - |
| YUV | 44.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 85 | 0 | 0.98 | 0.24 | 0.56 | 314.73 | 0.96 | 0.22 |
| Hex | 70 | 2 | 55 | 0 | 62 | 18 | 38 | 13B | 60 | 16 |
| Octal | 160 | 2 | 125 | 0 | 142 | 30 | 70 | 473 | 140 | 26 |
| Binary | 1110000 | 10 | 1010101 | 0 | 1100010 | 11000 | 111000 | 100111011 | 1100000 | 10110 |
Color Harmonies of #700255
Complementary color
Monochromatic Colors of #700255
Black with #700255
Text Example
Text Example
White with #700255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700255; }
p { color: rgb(112,2,85); }
H1.HeaderClassName
{
color: #700255;
}
.AnyTagClassName
{
color: #700255;
}
</style>
background-color css
<style>
a { background-color: #700255; }
a { background-color: rgb(112,2,85); }
div.DivClassName
{
background-color: #700255;
}
.BgClassName
{
background-color: #700255;
}
</style>
border-color css
<style>
span { border-color: #700255; }
span { border-color: rgb(112,2,85); }
td.TdClassName
{
border-color: #700255;
}
.TagClassName
{
border-color: #700255;
}
</style>