Shades of Tyrian Purple #700642
Tints of Tyrian Purple #700642
RGB
CMYK
RGB Variations
Color information
#700642 (or 0x700642) is known color: Tyrian Purple. HEX triplet: 70, 06 and 42. RGB value is (112,6,66). Sum of RGB (Red+Green+Blue) = 112+6+66=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #700642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700642 is #8FF9BD. Grayscale: #2C2C2C. Windows color (decimal): -9435582 or 4327024. OLE color: 4327024.
HSL color Cylindrical-coordinate representation of color #700642: hue angle of 326.04º 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 #700642 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 66 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.56 |
| HSL | 326.04º | 0.9% | 0.23% | - |
| HSV(B) | 326.04º | 0.95% | 0.44% | - |
| XYZ | 7.73 | 3.97 | 5.51 | - |
| YUV | 44.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 66 | 0 | 0.95 | 0.41 | 0.56 | 326.04 | 0.9 | 0.23 |
| Hex | 70 | 6 | 42 | 0 | 5F | 29 | 38 | 146 | 5A | 17 |
| Octal | 160 | 6 | 102 | 0 | 137 | 51 | 70 | 506 | 132 | 27 |
| Binary | 1110000 | 110 | 1000010 | 0 | 1011111 | 101001 | 111000 | 101000110 | 1011010 | 10111 |
Color Harmonies of #700642
Complementary color
Monochromatic Colors of #700642
Black with #700642
Text Example
Text Example
White with #700642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700642; }
p { color: rgb(112,6,66); }
H1.HeaderClassName
{
color: #700642;
}
.AnyTagClassName
{
color: #700642;
}
</style>
background-color css
<style>
a { background-color: #700642; }
a { background-color: rgb(112,6,66); }
div.DivClassName
{
background-color: #700642;
}
.BgClassName
{
background-color: #700642;
}
</style>
border-color css
<style>
span { border-color: #700642; }
span { border-color: rgb(112,6,66); }
td.TdClassName
{
border-color: #700642;
}
.TagClassName
{
border-color: #700642;
}
</style>