Shades of Tyrian Purple #68084E
Tints of Tyrian Purple #68084E
RGB
CMYK
RGB Variations
Color information
#68084E (or 0x68084E) is known color: Tyrian Purple. HEX triplet: 68, 08 and 4E. RGB value is (104,8,78). Sum of RGB (Red+Green+Blue) = 104+8+78=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68084E is #97F7B1. Grayscale: #2C2C2C. Windows color (decimal): -9959346 or 5113960. OLE color: 5113960.
HSL color Cylindrical-coordinate representation of color #68084E: hue angle of 316.25º 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 #68084E is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 78 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.59 |
| HSL | 316.25º | 0.86% | 0.22% | - |
| HSV(B) | 316.25º | 0.92% | 0.41% | - |
| XYZ | 7.17 | 3.67 | 7.54 | - |
| YUV | 44.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 78 | 0 | 0.92 | 0.25 | 0.59 | 316.25 | 0.86 | 0.22 |
| Hex | 68 | 8 | 4E | 0 | 5C | 19 | 3B | 13C | 56 | 16 |
| Octal | 150 | 10 | 116 | 0 | 134 | 31 | 73 | 474 | 126 | 26 |
| Binary | 1101000 | 1000 | 1001110 | 0 | 1011100 | 11001 | 111011 | 100111100 | 1010110 | 10110 |
Color Harmonies of #68084E
Complementary color
Monochromatic Colors of #68084E
Black with #68084E
Text Example
Text Example
White with #68084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68084E; }
p { color: rgb(104,8,78); }
H1.HeaderClassName
{
color: #68084E;
}
.AnyTagClassName
{
color: #68084E;
}
</style>
background-color css
<style>
a { background-color: #68084E; }
a { background-color: rgb(104,8,78); }
div.DivClassName
{
background-color: #68084E;
}
.BgClassName
{
background-color: #68084E;
}
</style>
border-color css
<style>
span { border-color: #68084E; }
span { border-color: rgb(104,8,78); }
td.TdClassName
{
border-color: #68084E;
}
.TagClassName
{
border-color: #68084E;
}
</style>