Shades of Tyrian Purple #700544
Tints of Tyrian Purple #700544
RGB
CMYK
RGB Variations
Color information
#700544 (or 0x700544) is known color: Tyrian Purple. HEX triplet: 70, 05 and 44. RGB value is (112,5,68). Sum of RGB (Red+Green+Blue) = 112+5+68=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #700544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700544 is #8FFABB. Grayscale: #2C2C2C. Windows color (decimal): -9435836 or 4457840. OLE color: 4457840.
HSL color Cylindrical-coordinate representation of color #700544: hue angle of 324.67º degrees, saturation: 0.91, 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 #700544 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 68 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.56 |
| HSL | 324.67º | 0.91% | 0.23% | - |
| HSV(B) | 324.67º | 0.96% | 0.44% | - |
| XYZ | 7.78 | 3.97 | 5.83 | - |
| YUV | 44.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 68 | 0 | 0.96 | 0.39 | 0.56 | 324.67 | 0.91 | 0.23 |
| Hex | 70 | 5 | 44 | 0 | 60 | 27 | 38 | 145 | 5B | 17 |
| Octal | 160 | 5 | 104 | 0 | 140 | 47 | 70 | 505 | 133 | 27 |
| Binary | 1110000 | 101 | 1000100 | 0 | 1100000 | 100111 | 111000 | 101000101 | 1011011 | 10111 |
Color Harmonies of #700544
Complementary color
Monochromatic Colors of #700544
Black with #700544
Text Example
Text Example
White with #700544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700544; }
p { color: rgb(112,5,68); }
H1.HeaderClassName
{
color: #700544;
}
.AnyTagClassName
{
color: #700544;
}
</style>
background-color css
<style>
a { background-color: #700544; }
a { background-color: rgb(112,5,68); }
div.DivClassName
{
background-color: #700544;
}
.BgClassName
{
background-color: #700544;
}
</style>
border-color css
<style>
span { border-color: #700544; }
span { border-color: rgb(112,5,68); }
td.TdClassName
{
border-color: #700544;
}
.TagClassName
{
border-color: #700544;
}
</style>