Shades of Tyrian Purple #680A55
Tints of Tyrian Purple #680A55
RGB
CMYK
RGB Variations
Color information
#680A55 (or 0x680A55) is known color: Tyrian Purple. HEX triplet: 68, 0A and 55. RGB value is (104,10,85). Sum of RGB (Red+Green+Blue) = 104+10+85=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #680A55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A55 is #97F5AA. Grayscale: #2E2E2E. Windows color (decimal): -9958827 or 5573224. OLE color: 5573224.
HSL color Cylindrical-coordinate representation of color #680A55: hue angle of 312.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A55 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 85 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.59 |
| HSL | 312.13º | 0.82% | 0.22% | - |
| HSV(B) | 312.13º | 0.9% | 0.41% | - |
| XYZ | 7.46 | 3.82 | 8.94 | - |
| YUV | 46.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 85 | 0 | 0.90 | 0.18 | 0.59 | 312.13 | 0.82 | 0.22 |
| Hex | 68 | A | 55 | 0 | 5A | 12 | 3B | 138 | 52 | 16 |
| Octal | 150 | 12 | 125 | 0 | 132 | 22 | 73 | 470 | 122 | 26 |
| Binary | 1101000 | 1010 | 1010101 | 0 | 1011010 | 10010 | 111011 | 100111000 | 1010010 | 10110 |
Color Harmonies of #680A55
Complementary color
Monochromatic Colors of #680A55
Black with #680A55
Text Example
Text Example
White with #680A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A55; }
p { color: rgb(104,10,85); }
H1.HeaderClassName
{
color: #680A55;
}
.AnyTagClassName
{
color: #680A55;
}
</style>
background-color css
<style>
a { background-color: #680A55; }
a { background-color: rgb(104,10,85); }
div.DivClassName
{
background-color: #680A55;
}
.BgClassName
{
background-color: #680A55;
}
</style>
border-color css
<style>
span { border-color: #680A55; }
span { border-color: rgb(104,10,85); }
td.TdClassName
{
border-color: #680A55;
}
.TagClassName
{
border-color: #680A55;
}
</style>