Shades of Tyrian Purple #680E4D
Tints of Tyrian Purple #680E4D
RGB
CMYK
RGB Variations
Color information
#680E4D (or 0x680E4D) is known color: Tyrian Purple. HEX triplet: 68, 0E and 4D. RGB value is (104,14,77). Sum of RGB (Red+Green+Blue) = 104+14+77=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #680E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E4D is #97F1B2. Grayscale: #2F2F2F. Windows color (decimal): -9957811 or 5049960. OLE color: 5049960.
HSL color Cylindrical-coordinate representation of color #680E4D: hue angle of 318º 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 #680E4D is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 77 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.59 |
| HSL | 318º | 0.76% | 0.23% | - |
| HSV(B) | 318º | 0.87% | 0.41% | - |
| XYZ | 7.21 | 3.79 | 7.37 | - |
| YUV | 48.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 77 | 0 | 0.87 | 0.26 | 0.59 | 318 | 0.76 | 0.23 |
| Hex | 68 | E | 4D | 0 | 57 | 1A | 3B | 13E | 4C | 17 |
| Octal | 150 | 16 | 115 | 0 | 127 | 32 | 73 | 476 | 114 | 27 |
| Binary | 1101000 | 1110 | 1001101 | 0 | 1010111 | 11010 | 111011 | 100111110 | 1001100 | 10111 |
Color Harmonies of #680E4D
Complementary color
Monochromatic Colors of #680E4D
Black with #680E4D
Text Example
Text Example
White with #680E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E4D; }
p { color: rgb(104,14,77); }
H1.HeaderClassName
{
color: #680E4D;
}
.AnyTagClassName
{
color: #680E4D;
}
</style>
background-color css
<style>
a { background-color: #680E4D; }
a { background-color: rgb(104,14,77); }
div.DivClassName
{
background-color: #680E4D;
}
.BgClassName
{
background-color: #680E4D;
}
</style>
border-color css
<style>
span { border-color: #680E4D; }
span { border-color: rgb(104,14,77); }
td.TdClassName
{
border-color: #680E4D;
}
.TagClassName
{
border-color: #680E4D;
}
</style>