Shades of Tyrian Purple #68064A
Tints of Tyrian Purple #68064A
RGB
CMYK
RGB Variations
Color information
#68064A (or 0x68064A) is known color: Tyrian Purple. HEX triplet: 68, 06 and 4A. RGB value is (104,6,74). Sum of RGB (Red+Green+Blue) = 104+6+74=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68064A is #97F9B5. Grayscale: #2A2A2A. Windows color (decimal): -9959862 or 4851304. OLE color: 4851304.
HSL color Cylindrical-coordinate representation of color #68064A: hue angle of 318.37º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68064A is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 74 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.59 |
| HSL | 318.37º | 0.89% | 0.22% | - |
| HSV(B) | 318.37º | 0.94% | 0.41% | - |
| XYZ | 7.01 | 3.57 | 6.8 | - |
| YUV | 43.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 74 | 0 | 0.94 | 0.29 | 0.59 | 318.37 | 0.89 | 0.22 |
| Hex | 68 | 6 | 4A | 0 | 5E | 1D | 3B | 13E | 59 | 16 |
| Octal | 150 | 6 | 112 | 0 | 136 | 35 | 73 | 476 | 131 | 26 |
| Binary | 1101000 | 110 | 1001010 | 0 | 1011110 | 11101 | 111011 | 100111110 | 1011001 | 10110 |
Color Harmonies of #68064A
Complementary color
Monochromatic Colors of #68064A
Black with #68064A
Text Example
Text Example
White with #68064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68064A; }
p { color: rgb(104,6,74); }
H1.HeaderClassName
{
color: #68064A;
}
.AnyTagClassName
{
color: #68064A;
}
</style>
background-color css
<style>
a { background-color: #68064A; }
a { background-color: rgb(104,6,74); }
div.DivClassName
{
background-color: #68064A;
}
.BgClassName
{
background-color: #68064A;
}
</style>
border-color css
<style>
span { border-color: #68064A; }
span { border-color: rgb(104,6,74); }
td.TdClassName
{
border-color: #68064A;
}
.TagClassName
{
border-color: #68064A;
}
</style>