Shades of Tyrian Purple #68084D
Tints of Tyrian Purple #68084D
RGB
CMYK
RGB Variations
Color information
#68084D (or 0x68084D) is known color: Tyrian Purple. HEX triplet: 68, 08 and 4D. RGB value is (104,8,77). Sum of RGB (Red+Green+Blue) = 104+8+77=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68084D is #97F7B2. Grayscale: #2C2C2C. Windows color (decimal): -9959347 or 5048424. OLE color: 5048424.
HSL color Cylindrical-coordinate representation of color #68084D: hue angle of 316.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 #68084D is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 77 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.59 |
| HSL | 316.88º | 0.86% | 0.22% | - |
| HSV(B) | 316.88º | 0.92% | 0.41% | - |
| XYZ | 7.14 | 3.65 | 7.35 | - |
| YUV | 44.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 77 | 0 | 0.92 | 0.26 | 0.59 | 316.88 | 0.86 | 0.22 |
| Hex | 68 | 8 | 4D | 0 | 5C | 1A | 3B | 13D | 56 | 16 |
| Octal | 150 | 10 | 115 | 0 | 134 | 32 | 73 | 475 | 126 | 26 |
| Binary | 1101000 | 1000 | 1001101 | 0 | 1011100 | 11010 | 111011 | 100111101 | 1010110 | 10110 |
Color Harmonies of #68084D
Complementary color
Monochromatic Colors of #68084D
Black with #68084D
Text Example
Text Example
White with #68084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68084D; }
p { color: rgb(104,8,77); }
H1.HeaderClassName
{
color: #68084D;
}
.AnyTagClassName
{
color: #68084D;
}
</style>
background-color css
<style>
a { background-color: #68084D; }
a { background-color: rgb(104,8,77); }
div.DivClassName
{
background-color: #68084D;
}
.BgClassName
{
background-color: #68084D;
}
</style>
border-color css
<style>
span { border-color: #68084D; }
span { border-color: rgb(104,8,77); }
td.TdClassName
{
border-color: #68084D;
}
.TagClassName
{
border-color: #68084D;
}
</style>