Shades of Tyrian Purple #700648
Tints of Tyrian Purple #700648
RGB
CMYK
RGB Variations
Color information
#700648 (or 0x700648) is known color: Tyrian Purple. HEX triplet: 70, 06 and 48. RGB value is (112,6,72). Sum of RGB (Red+Green+Blue) = 112+6+72=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #700648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700648 is #8FF9B7. Grayscale: #2D2D2D. Windows color (decimal): -9435576 or 4720240. OLE color: 4720240.
HSL color Cylindrical-coordinate representation of color #700648: hue angle of 322.64º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700648 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 72 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.56 |
| HSL | 322.64º | 0.9% | 0.23% | - |
| HSV(B) | 322.64º | 0.95% | 0.44% | - |
| XYZ | 7.92 | 4.04 | 6.49 | - |
| YUV | 45.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 72 | 0 | 0.95 | 0.36 | 0.56 | 322.64 | 0.9 | 0.23 |
| Hex | 70 | 6 | 48 | 0 | 5F | 24 | 38 | 143 | 5A | 17 |
| Octal | 160 | 6 | 110 | 0 | 137 | 44 | 70 | 503 | 132 | 27 |
| Binary | 1110000 | 110 | 1001000 | 0 | 1011111 | 100100 | 111000 | 101000011 | 1011010 | 10111 |
Color Harmonies of #700648
Complementary color
Monochromatic Colors of #700648
Black with #700648
Text Example
Text Example
White with #700648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700648; }
p { color: rgb(112,6,72); }
H1.HeaderClassName
{
color: #700648;
}
.AnyTagClassName
{
color: #700648;
}
</style>
background-color css
<style>
a { background-color: #700648; }
a { background-color: rgb(112,6,72); }
div.DivClassName
{
background-color: #700648;
}
.BgClassName
{
background-color: #700648;
}
</style>
border-color css
<style>
span { border-color: #700648; }
span { border-color: rgb(112,6,72); }
td.TdClassName
{
border-color: #700648;
}
.TagClassName
{
border-color: #700648;
}
</style>