Shades of Tyrian Purple #700440
Tints of Tyrian Purple #700440
RGB
CMYK
RGB Variations
Color information
#700440 (or 0x700440) is known color: Tyrian Purple. HEX triplet: 70, 04 and 40. RGB value is (112,4,64). Sum of RGB (Red+Green+Blue) = 112+4+64=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700440 is #8FFBBF. Grayscale: #2B2B2B. Windows color (decimal): -9436096 or 4195440. OLE color: 4195440.
HSL color Cylindrical-coordinate representation of color #700440: hue angle of 326.67º 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 #700440 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 64 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.56 |
| HSL | 326.67º | 0.93% | 0.23% | - |
| HSV(B) | 326.67º | 0.96% | 0.44% | - |
| XYZ | 7.65 | 3.9 | 5.2 | - |
| YUV | 43.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 64 | 0 | 0.96 | 0.43 | 0.56 | 326.67 | 0.93 | 0.23 |
| Hex | 70 | 4 | 40 | 0 | 60 | 2B | 38 | 147 | 5D | 17 |
| Octal | 160 | 4 | 100 | 0 | 140 | 53 | 70 | 507 | 135 | 27 |
| Binary | 1110000 | 100 | 1000000 | 0 | 1100000 | 101011 | 111000 | 101000111 | 1011101 | 10111 |
Color Harmonies of #700440
Complementary color
Monochromatic Colors of #700440
Black with #700440
Text Example
Text Example
White with #700440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700440; }
p { color: rgb(112,4,64); }
H1.HeaderClassName
{
color: #700440;
}
.AnyTagClassName
{
color: #700440;
}
</style>
background-color css
<style>
a { background-color: #700440; }
a { background-color: rgb(112,4,64); }
div.DivClassName
{
background-color: #700440;
}
.BgClassName
{
background-color: #700440;
}
</style>
border-color css
<style>
span { border-color: #700440; }
span { border-color: rgb(112,4,64); }
td.TdClassName
{
border-color: #700440;
}
.TagClassName
{
border-color: #700440;
}
</style>