Shades of Tyrian Purple #700244
Tints of Tyrian Purple #700244
RGB
CMYK
RGB Variations
Color information
#700244 (or 0x700244) is known color: Tyrian Purple. HEX triplet: 70, 02 and 44. RGB value is (112,2,68). Sum of RGB (Red+Green+Blue) = 112+2+68=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #700244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700244 is #8FFDBB. Grayscale: #2A2A2A. Windows color (decimal): -9436604 or 4457072. OLE color: 4457072.
HSL color Cylindrical-coordinate representation of color #700244: hue angle of 324º 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 #700244 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 68 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.56 |
| HSL | 324º | 0.96% | 0.22% | - |
| HSV(B) | 324º | 0.98% | 0.44% | - |
| XYZ | 7.75 | 3.91 | 5.81 | - |
| YUV | 42.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 68 | 0 | 0.98 | 0.39 | 0.56 | 324 | 0.96 | 0.22 |
| Hex | 70 | 2 | 44 | 0 | 62 | 27 | 38 | 144 | 60 | 16 |
| Octal | 160 | 2 | 104 | 0 | 142 | 47 | 70 | 504 | 140 | 26 |
| Binary | 1110000 | 10 | 1000100 | 0 | 1100010 | 100111 | 111000 | 101000100 | 1100000 | 10110 |
Color Harmonies of #700244
Complementary color
Monochromatic Colors of #700244
Black with #700244
Text Example
Text Example
White with #700244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700244; }
p { color: rgb(112,2,68); }
H1.HeaderClassName
{
color: #700244;
}
.AnyTagClassName
{
color: #700244;
}
</style>
background-color css
<style>
a { background-color: #700244; }
a { background-color: rgb(112,2,68); }
div.DivClassName
{
background-color: #700244;
}
.BgClassName
{
background-color: #700244;
}
</style>
border-color css
<style>
span { border-color: #700244; }
span { border-color: rgb(112,2,68); }
td.TdClassName
{
border-color: #700244;
}
.TagClassName
{
border-color: #700244;
}
</style>