Shades of Tyrian Purple #680E40
Tints of Tyrian Purple #680E40
RGB
CMYK
RGB Variations
Color information
#680E40 (or 0x680E40) is known color: Tyrian Purple. HEX triplet: 68, 0E and 40. RGB value is (104,14,64). Sum of RGB (Red+Green+Blue) = 104+14+64=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #680E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E40 is #97F1BF. Grayscale: #2E2E2E. Windows color (decimal): -9957824 or 4197992. OLE color: 4197992.
HSL color Cylindrical-coordinate representation of color #680E40: hue angle of 326.67º 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 #680E40 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 64 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.59 |
| HSL | 326.67º | 0.76% | 0.23% | - |
| HSV(B) | 326.67º | 0.87% | 0.41% | - |
| XYZ | 6.79 | 3.63 | 5.19 | - |
| YUV | 46.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 64 | 0 | 0.87 | 0.38 | 0.59 | 326.67 | 0.76 | 0.23 |
| Hex | 68 | E | 40 | 0 | 57 | 26 | 3B | 147 | 4C | 17 |
| Octal | 150 | 16 | 100 | 0 | 127 | 46 | 73 | 507 | 114 | 27 |
| Binary | 1101000 | 1110 | 1000000 | 0 | 1010111 | 100110 | 111011 | 101000111 | 1001100 | 10111 |
Color Harmonies of #680E40
Complementary color
Monochromatic Colors of #680E40
Black with #680E40
Text Example
Text Example
White with #680E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E40; }
p { color: rgb(104,14,64); }
H1.HeaderClassName
{
color: #680E40;
}
.AnyTagClassName
{
color: #680E40;
}
</style>
background-color css
<style>
a { background-color: #680E40; }
a { background-color: rgb(104,14,64); }
div.DivClassName
{
background-color: #680E40;
}
.BgClassName
{
background-color: #680E40;
}
</style>
border-color css
<style>
span { border-color: #680E40; }
span { border-color: rgb(104,14,64); }
td.TdClassName
{
border-color: #680E40;
}
.TagClassName
{
border-color: #680E40;
}
</style>