Shades of Tyrian Purple #68004D
Tints of Tyrian Purple #68004D
RGB
CMYK
RGB Variations
Color information
#68004D (or 0x68004D) is known color: Tyrian Purple. HEX triplet: 68, 00 and 4D. RGB value is (104,0,77). Sum of RGB (Red+Green+Blue) = 104+0+77=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68004D is #97FFB2. Grayscale: #272727. Windows color (decimal): -9961395 or 5046376. OLE color: 5046376.
HSL color Cylindrical-coordinate representation of color #68004D: hue angle of 315.58º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68004D is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.26 | 0.59 |
| HSL | 315.58º | 1% | 0.2% | - |
| HSV(B) | 315.58º | 1% | 0.41% | - |
| XYZ | 7.05 | 3.48 | 7.32 | - |
| YUV | 39.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 77 | 0 | 1 | 0.26 | 0.59 | 315.58 | 1 | 0.2 |
| Hex | 68 | 0 | 4D | 0 | 64 | 1A | 3B | 13C | 64 | 14 |
| Octal | 150 | 0 | 115 | 0 | 144 | 32 | 73 | 474 | 144 | 24 |
| Binary | 1101000 | 0 | 1001101 | 0 | 1100100 | 11010 | 111011 | 100111100 | 1100100 | 10100 |
Color Harmonies of #68004D
Complementary color
Monochromatic Colors of #68004D
Black with #68004D
Text Example
Text Example
White with #68004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68004D; }
p { color: rgb(104,0,77); }
H1.HeaderClassName
{
color: #68004D;
}
.AnyTagClassName
{
color: #68004D;
}
</style>
background-color css
<style>
a { background-color: #68004D; }
a { background-color: rgb(104,0,77); }
div.DivClassName
{
background-color: #68004D;
}
.BgClassName
{
background-color: #68004D;
}
</style>
border-color css
<style>
span { border-color: #68004D; }
span { border-color: rgb(104,0,77); }
td.TdClassName
{
border-color: #68004D;
}
.TagClassName
{
border-color: #68004D;
}
</style>