Shades of Tyrian Purple #68034A
Tints of Tyrian Purple #68034A
RGB
CMYK
RGB Variations
Color information
#68034A (or 0x68034A) is known color: Tyrian Purple. HEX triplet: 68, 03 and 4A. RGB value is (104,3,74). Sum of RGB (Red+Green+Blue) = 104+3+74=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68034A is #97FCB5. Grayscale: #292929. Windows color (decimal): -9960630 or 4850536. OLE color: 4850536.
HSL color Cylindrical-coordinate representation of color #68034A: hue angle of 317.82º 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 #68034A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 74 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.59 |
| HSL | 317.82º | 0.94% | 0.21% | - |
| HSV(B) | 317.82º | 0.97% | 0.41% | - |
| XYZ | 6.98 | 3.5 | 6.79 | - |
| YUV | 41.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 74 | 0 | 0.97 | 0.29 | 0.59 | 317.82 | 0.94 | 0.21 |
| Hex | 68 | 3 | 4A | 0 | 61 | 1D | 3B | 13E | 5E | 15 |
| Octal | 150 | 3 | 112 | 0 | 141 | 35 | 73 | 476 | 136 | 25 |
| Binary | 1101000 | 11 | 1001010 | 0 | 1100001 | 11101 | 111011 | 100111110 | 1011110 | 10101 |
Color Harmonies of #68034A
Complementary color
Monochromatic Colors of #68034A
Black with #68034A
Text Example
Text Example
White with #68034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68034A; }
p { color: rgb(104,3,74); }
H1.HeaderClassName
{
color: #68034A;
}
.AnyTagClassName
{
color: #68034A;
}
</style>
background-color css
<style>
a { background-color: #68034A; }
a { background-color: rgb(104,3,74); }
div.DivClassName
{
background-color: #68034A;
}
.BgClassName
{
background-color: #68034A;
}
</style>
border-color css
<style>
span { border-color: #68034A; }
span { border-color: rgb(104,3,74); }
td.TdClassName
{
border-color: #68034A;
}
.TagClassName
{
border-color: #68034A;
}
</style>