Shades of Tyrian Purple #680845
Tints of Tyrian Purple #680845
RGB
CMYK
RGB Variations
Color information
#680845 (or 0x680845) is known color: Tyrian Purple. HEX triplet: 68, 08 and 45. RGB value is (104,8,69). Sum of RGB (Red+Green+Blue) = 104+8+69=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #680845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680845 is #97F7BA. Grayscale: #2B2B2B. Windows color (decimal): -9959355 or 4524136. OLE color: 4524136.
HSL color Cylindrical-coordinate representation of color #680845: hue angle of 321.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 #680845 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 69 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.59 |
| HSL | 321.88º | 0.86% | 0.22% | - |
| HSV(B) | 321.88º | 0.92% | 0.41% | - |
| XYZ | 6.87 | 3.55 | 5.95 | - |
| YUV | 43.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 69 | 0 | 0.92 | 0.34 | 0.59 | 321.88 | 0.86 | 0.22 |
| Hex | 68 | 8 | 45 | 0 | 5C | 22 | 3B | 142 | 56 | 16 |
| Octal | 150 | 10 | 105 | 0 | 134 | 42 | 73 | 502 | 126 | 26 |
| Binary | 1101000 | 1000 | 1000101 | 0 | 1011100 | 100010 | 111011 | 101000010 | 1010110 | 10110 |
Color Harmonies of #680845
Complementary color
Monochromatic Colors of #680845
Black with #680845
Text Example
Text Example
White with #680845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680845; }
p { color: rgb(104,8,69); }
H1.HeaderClassName
{
color: #680845;
}
.AnyTagClassName
{
color: #680845;
}
</style>
background-color css
<style>
a { background-color: #680845; }
a { background-color: rgb(104,8,69); }
div.DivClassName
{
background-color: #680845;
}
.BgClassName
{
background-color: #680845;
}
</style>
border-color css
<style>
span { border-color: #680845; }
span { border-color: rgb(104,8,69); }
td.TdClassName
{
border-color: #680845;
}
.TagClassName
{
border-color: #680845;
}
</style>