Shades of Tyrian Purple #68034D
Tints of Tyrian Purple #68034D
RGB
CMYK
RGB Variations
Color information
#68034D (or 0x68034D) is known color: Tyrian Purple. HEX triplet: 68, 03 and 4D. RGB value is (104,3,77). Sum of RGB (Red+Green+Blue) = 104+3+77=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68034D is #97FCB2. Grayscale: #292929. Windows color (decimal): -9960627 or 5047144. OLE color: 5047144.
HSL color Cylindrical-coordinate representation of color #68034D: hue angle of 316.04º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68034D is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 77 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.59 |
| HSL | 316.04º | 0.94% | 0.21% | - |
| HSV(B) | 316.04º | 0.97% | 0.41% | - |
| XYZ | 7.08 | 3.54 | 7.33 | - |
| YUV | 41.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 77 | 0 | 0.97 | 0.26 | 0.59 | 316.04 | 0.94 | 0.21 |
| Hex | 68 | 3 | 4D | 0 | 61 | 1A | 3B | 13C | 5E | 15 |
| Octal | 150 | 3 | 115 | 0 | 141 | 32 | 73 | 474 | 136 | 25 |
| Binary | 1101000 | 11 | 1001101 | 0 | 1100001 | 11010 | 111011 | 100111100 | 1011110 | 10101 |
Color Harmonies of #68034D
Complementary color
Monochromatic Colors of #68034D
Black with #68034D
Text Example
Text Example
White with #68034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68034D; }
p { color: rgb(104,3,77); }
H1.HeaderClassName
{
color: #68034D;
}
.AnyTagClassName
{
color: #68034D;
}
</style>
background-color css
<style>
a { background-color: #68034D; }
a { background-color: rgb(104,3,77); }
div.DivClassName
{
background-color: #68034D;
}
.BgClassName
{
background-color: #68034D;
}
</style>
border-color css
<style>
span { border-color: #68034D; }
span { border-color: rgb(104,3,77); }
td.TdClassName
{
border-color: #68034D;
}
.TagClassName
{
border-color: #68034D;
}
</style>