Shades of Tyrian Purple #680850
Tints of Tyrian Purple #680850
RGB
CMYK
RGB Variations
Color information
#680850 (or 0x680850) is known color: Tyrian Purple. HEX triplet: 68, 08 and 50. RGB value is (104,8,80). Sum of RGB (Red+Green+Blue) = 104+8+80=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #680850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680850 is #97F7AF. Grayscale: #2C2C2C. Windows color (decimal): -9959344 or 5245032. OLE color: 5245032.
HSL color Cylindrical-coordinate representation of color #680850: hue angle of 315º 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 #680850 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 80 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.59 |
| HSL | 315º | 0.86% | 0.22% | - |
| HSV(B) | 315º | 0.92% | 0.41% | - |
| XYZ | 7.24 | 3.7 | 7.92 | - |
| YUV | 44.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 80 | 0 | 0.92 | 0.23 | 0.59 | 315 | 0.86 | 0.22 |
| Hex | 68 | 8 | 50 | 0 | 5C | 17 | 3B | 13B | 56 | 16 |
| Octal | 150 | 10 | 120 | 0 | 134 | 27 | 73 | 473 | 126 | 26 |
| Binary | 1101000 | 1000 | 1010000 | 0 | 1011100 | 10111 | 111011 | 100111011 | 1010110 | 10110 |
Color Harmonies of #680850
Complementary color
Monochromatic Colors of #680850
Black with #680850
Text Example
Text Example
White with #680850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680850; }
p { color: rgb(104,8,80); }
H1.HeaderClassName
{
color: #680850;
}
.AnyTagClassName
{
color: #680850;
}
</style>
background-color css
<style>
a { background-color: #680850; }
a { background-color: rgb(104,8,80); }
div.DivClassName
{
background-color: #680850;
}
.BgClassName
{
background-color: #680850;
}
</style>
border-color css
<style>
span { border-color: #680850; }
span { border-color: rgb(104,8,80); }
td.TdClassName
{
border-color: #680850;
}
.TagClassName
{
border-color: #680850;
}
</style>