Shades of Tyrian Purple #68004A
Tints of Tyrian Purple #68004A
RGB
CMYK
RGB Variations
Color information
#68004A (or 0x68004A) is known color: Tyrian Purple. HEX triplet: 68, 00 and 4A. RGB value is (104,0,74). Sum of RGB (Red+Green+Blue) = 104+0+74=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #68004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68004A is #97FFB5. Grayscale: #272727. Windows color (decimal): -9961398 or 4849768. OLE color: 4849768.
HSL color Cylindrical-coordinate representation of color #68004A: hue angle of 317.31º 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 #68004A is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.29 | 0.59 |
| HSL | 317.31º | 1% | 0.2% | - |
| HSV(B) | 317.31º | 1% | 0.41% | - |
| XYZ | 6.94 | 3.44 | 6.78 | - |
| YUV | 39.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 74 | 0 | 1 | 0.29 | 0.59 | 317.31 | 1 | 0.2 |
| Hex | 68 | 0 | 4A | 0 | 64 | 1D | 3B | 13D | 64 | 14 |
| Octal | 150 | 0 | 112 | 0 | 144 | 35 | 73 | 475 | 144 | 24 |
| Binary | 1101000 | 0 | 1001010 | 0 | 1100100 | 11101 | 111011 | 100111101 | 1100100 | 10100 |
Color Harmonies of #68004A
Complementary color
Monochromatic Colors of #68004A
Black with #68004A
Text Example
Text Example
White with #68004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68004A; }
p { color: rgb(104,0,74); }
H1.HeaderClassName
{
color: #68004A;
}
.AnyTagClassName
{
color: #68004A;
}
</style>
background-color css
<style>
a { background-color: #68004A; }
a { background-color: rgb(104,0,74); }
div.DivClassName
{
background-color: #68004A;
}
.BgClassName
{
background-color: #68004A;
}
</style>
border-color css
<style>
span { border-color: #68004A; }
span { border-color: rgb(104,0,74); }
td.TdClassName
{
border-color: #68004A;
}
.TagClassName
{
border-color: #68004A;
}
</style>