Shades of Tyrian Purple #700144
Tints of Tyrian Purple #700144
RGB
CMYK
RGB Variations
Color information
#700144 (or 0x700144) is known color: Tyrian Purple. HEX triplet: 70, 01 and 44. RGB value is (112,1,68). Sum of RGB (Red+Green+Blue) = 112+1+68=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #700144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700144 is #8FFEBB. Grayscale: #292929. Windows color (decimal): -9436860 or 4456816. OLE color: 4456816.
HSL color Cylindrical-coordinate representation of color #700144: hue angle of 323.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700144 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.56 |
| HSL | 323.78º | 0.98% | 0.22% | - |
| HSV(B) | 323.78º | 0.99% | 0.44% | - |
| XYZ | 7.74 | 3.88 | 5.81 | - |
| YUV | 41.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 68 | 0 | 0.99 | 0.39 | 0.56 | 323.78 | 0.98 | 0.22 |
| Hex | 70 | 1 | 44 | 0 | 63 | 27 | 38 | 144 | 62 | 16 |
| Octal | 160 | 1 | 104 | 0 | 143 | 47 | 70 | 504 | 142 | 26 |
| Binary | 1110000 | 1 | 1000100 | 0 | 1100011 | 100111 | 111000 | 101000100 | 1100010 | 10110 |
Color Harmonies of #700144
Complementary color
Monochromatic Colors of #700144
Black with #700144
Text Example
Text Example
White with #700144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700144; }
p { color: rgb(112,1,68); }
H1.HeaderClassName
{
color: #700144;
}
.AnyTagClassName
{
color: #700144;
}
</style>
background-color css
<style>
a { background-color: #700144; }
a { background-color: rgb(112,1,68); }
div.DivClassName
{
background-color: #700144;
}
.BgClassName
{
background-color: #700144;
}
</style>
border-color css
<style>
span { border-color: #700144; }
span { border-color: rgb(112,1,68); }
td.TdClassName
{
border-color: #700144;
}
.TagClassName
{
border-color: #700144;
}
</style>