Shades of Tyrian Purple #680854
Tints of Tyrian Purple #680854
RGB
CMYK
RGB Variations
Color information
#680854 (or 0x680854) is known color: Tyrian Purple. HEX triplet: 68, 08 and 54. RGB value is (104,8,84). Sum of RGB (Red+Green+Blue) = 104+8+84=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #680854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680854 is #97F7AB. Grayscale: #2D2D2D. Windows color (decimal): -9959340 or 5507176. OLE color: 5507176.
HSL color Cylindrical-coordinate representation of color #680854: hue angle of 312.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680854 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 84 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.59 |
| HSL | 312.5º | 0.86% | 0.22% | - |
| HSV(B) | 312.5º | 0.92% | 0.41% | - |
| XYZ | 7.4 | 3.76 | 8.72 | - |
| YUV | 45.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 84 | 0 | 0.92 | 0.19 | 0.59 | 312.5 | 0.86 | 0.22 |
| Hex | 68 | 8 | 54 | 0 | 5C | 13 | 3B | 138 | 56 | 16 |
| Octal | 150 | 10 | 124 | 0 | 134 | 23 | 73 | 470 | 126 | 26 |
| Binary | 1101000 | 1000 | 1010100 | 0 | 1011100 | 10011 | 111011 | 100111000 | 1010110 | 10110 |
Color Harmonies of #680854
Complementary color
Monochromatic Colors of #680854
Black with #680854
Text Example
Text Example
White with #680854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680854; }
p { color: rgb(104,8,84); }
H1.HeaderClassName
{
color: #680854;
}
.AnyTagClassName
{
color: #680854;
}
</style>
background-color css
<style>
a { background-color: #680854; }
a { background-color: rgb(104,8,84); }
div.DivClassName
{
background-color: #680854;
}
.BgClassName
{
background-color: #680854;
}
</style>
border-color css
<style>
span { border-color: #680854; }
span { border-color: rgb(104,8,84); }
td.TdClassName
{
border-color: #680854;
}
.TagClassName
{
border-color: #680854;
}
</style>