Shades of Tyrian Purple #680E47
Tints of Tyrian Purple #680E47
RGB
CMYK
RGB Variations
Color information
#680E47 (or 0x680E47) is known color: Tyrian Purple. HEX triplet: 68, 0E and 47. RGB value is (104,14,71). Sum of RGB (Red+Green+Blue) = 104+14+71=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #680E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E47 is #97F1B8. Grayscale: #2F2F2F. Windows color (decimal): -9957817 or 4656744. OLE color: 4656744.
HSL color Cylindrical-coordinate representation of color #680E47: hue angle of 322º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E47 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 71 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.59 |
| HSL | 322º | 0.76% | 0.23% | - |
| HSV(B) | 322º | 0.87% | 0.41% | - |
| XYZ | 7 | 3.71 | 6.31 | - |
| YUV | 47.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 71 | 0 | 0.87 | 0.32 | 0.59 | 322 | 0.76 | 0.23 |
| Hex | 68 | E | 47 | 0 | 57 | 20 | 3B | 142 | 4C | 17 |
| Octal | 150 | 16 | 107 | 0 | 127 | 40 | 73 | 502 | 114 | 27 |
| Binary | 1101000 | 1110 | 1000111 | 0 | 1010111 | 100000 | 111011 | 101000010 | 1001100 | 10111 |
Color Harmonies of #680E47
Complementary color
Monochromatic Colors of #680E47
Black with #680E47
Text Example
Text Example
White with #680E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E47; }
p { color: rgb(104,14,71); }
H1.HeaderClassName
{
color: #680E47;
}
.AnyTagClassName
{
color: #680E47;
}
</style>
background-color css
<style>
a { background-color: #680E47; }
a { background-color: rgb(104,14,71); }
div.DivClassName
{
background-color: #680E47;
}
.BgClassName
{
background-color: #680E47;
}
</style>
border-color css
<style>
span { border-color: #680E47; }
span { border-color: rgb(104,14,71); }
td.TdClassName
{
border-color: #680E47;
}
.TagClassName
{
border-color: #680E47;
}
</style>