Shades of Tyrian Purple #680059
Tints of Tyrian Purple #680059
RGB
CMYK
RGB Variations
Color information
#680059 (or 0x680059) is known color: Tyrian Purple. HEX triplet: 68, 00 and 59. RGB value is (104,0,89). Sum of RGB (Red+Green+Blue) = 104+0+89=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #680059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680059 is #97FFA6. Grayscale: #282828. Windows color (decimal): -9961383 or 5832808. OLE color: 5832808.
HSL color Cylindrical-coordinate representation of color #680059: hue angle of 308.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680059 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.14 | 0.59 |
| HSL | 308.65º | 1% | 0.2% | - |
| HSV(B) | 308.65º | 1% | 0.41% | - |
| XYZ | 7.51 | 3.66 | 9.76 | - |
| YUV | 41.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 89 | 0 | 1 | 0.14 | 0.59 | 308.65 | 1 | 0.2 |
| Hex | 68 | 0 | 59 | 0 | 64 | E | 3B | 135 | 64 | 14 |
| Octal | 150 | 0 | 131 | 0 | 144 | 16 | 73 | 465 | 144 | 24 |
| Binary | 1101000 | 0 | 1011001 | 0 | 1100100 | 1110 | 111011 | 100110101 | 1100100 | 10100 |
Color Harmonies of #680059
Complementary color
Monochromatic Colors of #680059
Black with #680059
Text Example
Text Example
White with #680059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680059; }
p { color: rgb(104,0,89); }
H1.HeaderClassName
{
color: #680059;
}
.AnyTagClassName
{
color: #680059;
}
</style>
background-color css
<style>
a { background-color: #680059; }
a { background-color: rgb(104,0,89); }
div.DivClassName
{
background-color: #680059;
}
.BgClassName
{
background-color: #680059;
}
</style>
border-color css
<style>
span { border-color: #680059; }
span { border-color: rgb(104,0,89); }
td.TdClassName
{
border-color: #680059;
}
.TagClassName
{
border-color: #680059;
}
</style>