Shades of Tyrian Purple #680E41
Tints of Tyrian Purple #680E41
RGB
CMYK
RGB Variations
Color information
#680E41 (or 0x680E41) is known color: Tyrian Purple. HEX triplet: 68, 0E and 41. RGB value is (104,14,65). Sum of RGB (Red+Green+Blue) = 104+14+65=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #680E41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E41 is #97F1BE. Grayscale: #2E2E2E. Windows color (decimal): -9957823 or 4263528. OLE color: 4263528.
HSL color Cylindrical-coordinate representation of color #680E41: hue angle of 326º 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 #680E41 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 65 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.59 |
| HSL | 326º | 0.76% | 0.23% | - |
| HSV(B) | 326º | 0.87% | 0.41% | - |
| XYZ | 6.82 | 3.64 | 5.34 | - |
| YUV | 46.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 65 | 0 | 0.87 | 0.38 | 0.59 | 326 | 0.76 | 0.23 |
| Hex | 68 | E | 41 | 0 | 57 | 26 | 3B | 146 | 4C | 17 |
| Octal | 150 | 16 | 101 | 0 | 127 | 46 | 73 | 506 | 114 | 27 |
| Binary | 1101000 | 1110 | 1000001 | 0 | 1010111 | 100110 | 111011 | 101000110 | 1001100 | 10111 |
Color Harmonies of #680E41
Complementary color
Monochromatic Colors of #680E41
Black with #680E41
Text Example
Text Example
White with #680E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E41; }
p { color: rgb(104,14,65); }
H1.HeaderClassName
{
color: #680E41;
}
.AnyTagClassName
{
color: #680E41;
}
</style>
background-color css
<style>
a { background-color: #680E41; }
a { background-color: rgb(104,14,65); }
div.DivClassName
{
background-color: #680E41;
}
.BgClassName
{
background-color: #680E41;
}
</style>
border-color css
<style>
span { border-color: #680E41; }
span { border-color: rgb(104,14,65); }
td.TdClassName
{
border-color: #680E41;
}
.TagClassName
{
border-color: #680E41;
}
</style>