Shades of Tyrian Purple #68034C
Tints of Tyrian Purple #68034C
RGB
CMYK
RGB Variations
Color information
#68034C (or 0x68034C) is known color: Tyrian Purple. HEX triplet: 68, 03 and 4C. RGB value is (104,3,76). Sum of RGB (Red+Green+Blue) = 104+3+76=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68034C is #97FCB3. Grayscale: #292929. Windows color (decimal): -9960628 or 4981608. OLE color: 4981608.
HSL color Cylindrical-coordinate representation of color #68034C: hue angle of 316.63º 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 #68034C is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 76 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.59 |
| HSL | 316.63º | 0.94% | 0.21% | - |
| HSV(B) | 316.63º | 0.97% | 0.41% | - |
| XYZ | 7.05 | 3.53 | 7.15 | - |
| YUV | 41.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 76 | 0 | 0.97 | 0.27 | 0.59 | 316.63 | 0.94 | 0.21 |
| Hex | 68 | 3 | 4C | 0 | 61 | 1B | 3B | 13D | 5E | 15 |
| Octal | 150 | 3 | 114 | 0 | 141 | 33 | 73 | 475 | 136 | 25 |
| Binary | 1101000 | 11 | 1001100 | 0 | 1100001 | 11011 | 111011 | 100111101 | 1011110 | 10101 |
Color Harmonies of #68034C
Complementary color
Monochromatic Colors of #68034C
Black with #68034C
Text Example
Text Example
White with #68034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68034C; }
p { color: rgb(104,3,76); }
H1.HeaderClassName
{
color: #68034C;
}
.AnyTagClassName
{
color: #68034C;
}
</style>
background-color css
<style>
a { background-color: #68034C; }
a { background-color: rgb(104,3,76); }
div.DivClassName
{
background-color: #68034C;
}
.BgClassName
{
background-color: #68034C;
}
</style>
border-color css
<style>
span { border-color: #68034C; }
span { border-color: rgb(104,3,76); }
td.TdClassName
{
border-color: #68034C;
}
.TagClassName
{
border-color: #68034C;
}
</style>