Shades of Tyrian Purple #680E31
Tints of Tyrian Purple #680E31
RGB
CMYK
RGB Variations
Color information
#680E31 (or 0x680E31) is known color: Tyrian Purple. HEX triplet: 68, 0E and 31. RGB value is (104,14,49). Sum of RGB (Red+Green+Blue) = 104+14+49=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #680E31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E31 is #97F1CE. Grayscale: #2C2C2C. Windows color (decimal): -9957839 or 3214952. OLE color: 3214952.
HSL color Cylindrical-coordinate representation of color #680E31: hue angle of 336.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 #680E31 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 49 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.59 |
| HSL | 336.67º | 0.76% | 0.23% | - |
| HSV(B) | 336.67º | 0.87% | 0.41% | - |
| XYZ | 6.42 | 3.48 | 3.24 | - |
| YUV | 44.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 49 | 0 | 0.87 | 0.53 | 0.59 | 336.67 | 0.76 | 0.23 |
| Hex | 68 | E | 31 | 0 | 57 | 35 | 3B | 151 | 4C | 17 |
| Octal | 150 | 16 | 61 | 0 | 127 | 65 | 73 | 521 | 114 | 27 |
| Binary | 1101000 | 1110 | 110001 | 0 | 1010111 | 110101 | 111011 | 101010001 | 1001100 | 10111 |
Color Harmonies of #680E31
Complementary color
Monochromatic Colors of #680E31
Black with #680E31
Text Example
Text Example
White with #680E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E31; }
p { color: rgb(104,14,49); }
H1.HeaderClassName
{
color: #680E31;
}
.AnyTagClassName
{
color: #680E31;
}
</style>
background-color css
<style>
a { background-color: #680E31; }
a { background-color: rgb(104,14,49); }
div.DivClassName
{
background-color: #680E31;
}
.BgClassName
{
background-color: #680E31;
}
</style>
border-color css
<style>
span { border-color: #680E31; }
span { border-color: rgb(104,14,49); }
td.TdClassName
{
border-color: #680E31;
}
.TagClassName
{
border-color: #680E31;
}
</style>