Shades of Tyrian Purple #700048
Tints of Tyrian Purple #700048
RGB
CMYK
RGB Variations
Color information
#700048 (or 0x700048) is known color: Tyrian Purple. HEX triplet: 70, 00 and 48. RGB value is (112,0,72). Sum of RGB (Red+Green+Blue) = 112+0+72=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #700048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700048 is #8FFFB7. Grayscale: #292929. Windows color (decimal): -9437112 or 4718704. OLE color: 4718704.
HSL color Cylindrical-coordinate representation of color #700048: hue angle of 321.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700048 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.36 | 0.56 |
| HSL | 321.43º | 1% | 0.22% | - |
| HSV(B) | 321.43º | 1% | 0.44% | - |
| XYZ | 7.85 | 3.91 | 6.47 | - |
| YUV | 41.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 72 | 0 | 1 | 0.36 | 0.56 | 321.43 | 1 | 0.22 |
| Hex | 70 | 0 | 48 | 0 | 64 | 24 | 38 | 141 | 64 | 16 |
| Octal | 160 | 0 | 110 | 0 | 144 | 44 | 70 | 501 | 144 | 26 |
| Binary | 1110000 | 0 | 1001000 | 0 | 1100100 | 100100 | 111000 | 101000001 | 1100100 | 10110 |
Color Harmonies of #700048
Complementary color
Monochromatic Colors of #700048
Black with #700048
Text Example
Text Example
White with #700048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700048; }
p { color: rgb(112,0,72); }
H1.HeaderClassName
{
color: #700048;
}
.AnyTagClassName
{
color: #700048;
}
</style>
background-color css
<style>
a { background-color: #700048; }
a { background-color: rgb(112,0,72); }
div.DivClassName
{
background-color: #700048;
}
.BgClassName
{
background-color: #700048;
}
</style>
border-color css
<style>
span { border-color: #700048; }
span { border-color: rgb(112,0,72); }
td.TdClassName
{
border-color: #700048;
}
.TagClassName
{
border-color: #700048;
}
</style>