Shades of Tyrian Purple #680E4F
Tints of Tyrian Purple #680E4F
RGB
CMYK
RGB Variations
Color information
#680E4F (or 0x680E4F) is known color: Tyrian Purple. HEX triplet: 68, 0E and 4F. RGB value is (104,14,79). Sum of RGB (Red+Green+Blue) = 104+14+79=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #680E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E4F is #97F1B0. Grayscale: #303030. Windows color (decimal): -9957809 or 5181032. OLE color: 5181032.
HSL color Cylindrical-coordinate representation of color #680E4F: hue angle of 316.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 #680E4F is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 79 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.59 |
| HSL | 316.67º | 0.76% | 0.23% | - |
| HSV(B) | 316.67º | 0.87% | 0.41% | - |
| XYZ | 7.28 | 3.82 | 7.75 | - |
| YUV | 48.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 79 | 0 | 0.87 | 0.24 | 0.59 | 316.67 | 0.76 | 0.23 |
| Hex | 68 | E | 4F | 0 | 57 | 18 | 3B | 13D | 4C | 17 |
| Octal | 150 | 16 | 117 | 0 | 127 | 30 | 73 | 475 | 114 | 27 |
| Binary | 1101000 | 1110 | 1001111 | 0 | 1010111 | 11000 | 111011 | 100111101 | 1001100 | 10111 |
Color Harmonies of #680E4F
Complementary color
Monochromatic Colors of #680E4F
Black with #680E4F
Text Example
Text Example
White with #680E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E4F; }
p { color: rgb(104,14,79); }
H1.HeaderClassName
{
color: #680E4F;
}
.AnyTagClassName
{
color: #680E4F;
}
</style>
background-color css
<style>
a { background-color: #680E4F; }
a { background-color: rgb(104,14,79); }
div.DivClassName
{
background-color: #680E4F;
}
.BgClassName
{
background-color: #680E4F;
}
</style>
border-color css
<style>
span { border-color: #680E4F; }
span { border-color: rgb(104,14,79); }
td.TdClassName
{
border-color: #680E4F;
}
.TagClassName
{
border-color: #680E4F;
}
</style>