Shades of Tyrian Purple #700455
Tints of Tyrian Purple #700455
RGB
CMYK
RGB Variations
Color information
#700455 (or 0x700455) is known color: Tyrian Purple. HEX triplet: 70, 04 and 55. RGB value is (112,4,85). Sum of RGB (Red+Green+Blue) = 112+4+85=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700455 is #8FFBAA. Grayscale: #2D2D2D. Windows color (decimal): -9436075 or 5571696. OLE color: 5571696.
HSL color Cylindrical-coordinate representation of color #700455: hue angle of 315º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700455 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 85 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.56 |
| HSL | 315º | 0.93% | 0.23% | - |
| HSV(B) | 315º | 0.96% | 0.44% | - |
| XYZ | 8.37 | 4.19 | 8.96 | - |
| YUV | 45.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 85 | 0 | 0.96 | 0.24 | 0.56 | 315 | 0.93 | 0.23 |
| Hex | 70 | 4 | 55 | 0 | 60 | 18 | 38 | 13B | 5D | 17 |
| Octal | 160 | 4 | 125 | 0 | 140 | 30 | 70 | 473 | 135 | 27 |
| Binary | 1110000 | 100 | 1010101 | 0 | 1100000 | 11000 | 111000 | 100111011 | 1011101 | 10111 |
Color Harmonies of #700455
Complementary color
Monochromatic Colors of #700455
Black with #700455
Text Example
Text Example
White with #700455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700455; }
p { color: rgb(112,4,85); }
H1.HeaderClassName
{
color: #700455;
}
.AnyTagClassName
{
color: #700455;
}
</style>
background-color css
<style>
a { background-color: #700455; }
a { background-color: rgb(112,4,85); }
div.DivClassName
{
background-color: #700455;
}
.BgClassName
{
background-color: #700455;
}
</style>
border-color css
<style>
span { border-color: #700455; }
span { border-color: rgb(112,4,85); }
td.TdClassName
{
border-color: #700455;
}
.TagClassName
{
border-color: #700455;
}
</style>