Shades of Tyrian Purple #680855
Tints of Tyrian Purple #680855
RGB
CMYK
RGB Variations
Color information
#680855 (or 0x680855) is known color: Tyrian Purple. HEX triplet: 68, 08 and 55. RGB value is (104,8,85). Sum of RGB (Red+Green+Blue) = 104+8+85=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #680855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680855 is #97F7AA. Grayscale: #2D2D2D. Windows color (decimal): -9959339 or 5572712. OLE color: 5572712.
HSL color Cylindrical-coordinate representation of color #680855: hue angle of 311.88º 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 #680855 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 85 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.59 |
| HSL | 311.88º | 0.86% | 0.22% | - |
| HSV(B) | 311.88º | 0.92% | 0.41% | - |
| XYZ | 7.44 | 3.77 | 8.93 | - |
| YUV | 45.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 85 | 0 | 0.92 | 0.18 | 0.59 | 311.88 | 0.86 | 0.22 |
| Hex | 68 | 8 | 55 | 0 | 5C | 12 | 3B | 138 | 56 | 16 |
| Octal | 150 | 10 | 125 | 0 | 134 | 22 | 73 | 470 | 126 | 26 |
| Binary | 1101000 | 1000 | 1010101 | 0 | 1011100 | 10010 | 111011 | 100111000 | 1010110 | 10110 |
Color Harmonies of #680855
Complementary color
Monochromatic Colors of #680855
Black with #680855
Text Example
Text Example
White with #680855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680855; }
p { color: rgb(104,8,85); }
H1.HeaderClassName
{
color: #680855;
}
.AnyTagClassName
{
color: #680855;
}
</style>
background-color css
<style>
a { background-color: #680855; }
a { background-color: rgb(104,8,85); }
div.DivClassName
{
background-color: #680855;
}
.BgClassName
{
background-color: #680855;
}
</style>
border-color css
<style>
span { border-color: #680855; }
span { border-color: rgb(104,8,85); }
td.TdClassName
{
border-color: #680855;
}
.TagClassName
{
border-color: #680855;
}
</style>