Shades of Tyrian Purple #68104E
Tints of Tyrian Purple #68104E
RGB
CMYK
RGB Variations
Color information
#68104E (or 0x68104E) is known color: Tyrian Purple. HEX triplet: 68, 10 and 4E. RGB value is (104,16,78). Sum of RGB (Red+Green+Blue) = 104+16+78=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68104E is #97EFB1. Grayscale: #313131. Windows color (decimal): -9957298 or 5116008. OLE color: 5116008.
HSL color Cylindrical-coordinate representation of color #68104E: hue angle of 317.73º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68104E is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 16 | 78 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.59 |
| HSL | 317.73º | 0.73% | 0.24% | - |
| HSV(B) | 317.73º | 0.85% | 0.41% | - |
| XYZ | 7.27 | 3.86 | 7.57 | - |
| YUV | 49.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 78 | 0 | 0.85 | 0.25 | 0.59 | 317.73 | 0.73 | 0.24 |
| Hex | 68 | 10 | 4E | 0 | 55 | 19 | 3B | 13E | 49 | 18 |
| Octal | 150 | 20 | 116 | 0 | 125 | 31 | 73 | 476 | 111 | 30 |
| Binary | 1101000 | 10000 | 1001110 | 0 | 1010101 | 11001 | 111011 | 100111110 | 1001001 | 11000 |
Color Harmonies of #68104E
Complementary color
Monochromatic Colors of #68104E
Black with #68104E
Text Example
Text Example
White with #68104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68104E; }
p { color: rgb(104,16,78); }
H1.HeaderClassName
{
color: #68104E;
}
.AnyTagClassName
{
color: #68104E;
}
</style>
background-color css
<style>
a { background-color: #68104E; }
a { background-color: rgb(104,16,78); }
div.DivClassName
{
background-color: #68104E;
}
.BgClassName
{
background-color: #68104E;
}
</style>
border-color css
<style>
span { border-color: #68104E; }
span { border-color: rgb(104,16,78); }
td.TdClassName
{
border-color: #68104E;
}
.TagClassName
{
border-color: #68104E;
}
</style>