Shades of Tyrian Purple #700641
Tints of Tyrian Purple #700641
RGB
CMYK
RGB Variations
Color information
#700641 (or 0x700641) is known color: Tyrian Purple. HEX triplet: 70, 06 and 41. RGB value is (112,6,65). Sum of RGB (Red+Green+Blue) = 112+6+65=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #700641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700641 is #8FF9BE. Grayscale: #2C2C2C. Windows color (decimal): -9435583 or 4261488. OLE color: 4261488.
HSL color Cylindrical-coordinate representation of color #700641: hue angle of 326.6º 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 #700641 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 65 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.56 |
| HSL | 326.6º | 0.9% | 0.23% | - |
| HSV(B) | 326.6º | 0.95% | 0.44% | - |
| XYZ | 7.7 | 3.96 | 5.36 | - |
| YUV | 44.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 65 | 0 | 0.95 | 0.42 | 0.56 | 326.6 | 0.9 | 0.23 |
| Hex | 70 | 6 | 41 | 0 | 5F | 2A | 38 | 147 | 5A | 17 |
| Octal | 160 | 6 | 101 | 0 | 137 | 52 | 70 | 507 | 132 | 27 |
| Binary | 1110000 | 110 | 1000001 | 0 | 1011111 | 101010 | 111000 | 101000111 | 1011010 | 10111 |
Color Harmonies of #700641
Complementary color
Monochromatic Colors of #700641
Black with #700641
Text Example
Text Example
White with #700641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700641; }
p { color: rgb(112,6,65); }
H1.HeaderClassName
{
color: #700641;
}
.AnyTagClassName
{
color: #700641;
}
</style>
background-color css
<style>
a { background-color: #700641; }
a { background-color: rgb(112,6,65); }
div.DivClassName
{
background-color: #700641;
}
.BgClassName
{
background-color: #700641;
}
</style>
border-color css
<style>
span { border-color: #700641; }
span { border-color: rgb(112,6,65); }
td.TdClassName
{
border-color: #700641;
}
.TagClassName
{
border-color: #700641;
}
</style>