Shades of Tyrian Purple #68063C
Tints of Tyrian Purple #68063C
RGB
CMYK
RGB Variations
Color information
#68063C (or 0x68063C) is known color: Tyrian Purple. HEX triplet: 68, 06 and 3C. RGB value is (104,6,60). Sum of RGB (Red+Green+Blue) = 104+6+60=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68063C is #97F9C3. Grayscale: #292929. Windows color (decimal): -9959876 or 3933800. OLE color: 3933800.
HSL color Cylindrical-coordinate representation of color #68063C: hue angle of 326.94º 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 #68063C is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 60 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.59 |
| HSL | 326.94º | 0.89% | 0.22% | - |
| HSV(B) | 326.94º | 0.94% | 0.41% | - |
| XYZ | 6.59 | 3.4 | 4.58 | - |
| YUV | 41.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 60 | 0 | 0.94 | 0.42 | 0.59 | 326.94 | 0.89 | 0.22 |
| Hex | 68 | 6 | 3C | 0 | 5E | 2A | 3B | 147 | 59 | 16 |
| Octal | 150 | 6 | 74 | 0 | 136 | 52 | 73 | 507 | 131 | 26 |
| Binary | 1101000 | 110 | 111100 | 0 | 1011110 | 101010 | 111011 | 101000111 | 1011001 | 10110 |
Color Harmonies of #68063C
Complementary color
Monochromatic Colors of #68063C
Black with #68063C
Text Example
Text Example
White with #68063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68063C; }
p { color: rgb(104,6,60); }
H1.HeaderClassName
{
color: #68063C;
}
.AnyTagClassName
{
color: #68063C;
}
</style>
background-color css
<style>
a { background-color: #68063C; }
a { background-color: rgb(104,6,60); }
div.DivClassName
{
background-color: #68063C;
}
.BgClassName
{
background-color: #68063C;
}
</style>
border-color css
<style>
span { border-color: #68063C; }
span { border-color: rgb(104,6,60); }
td.TdClassName
{
border-color: #68063C;
}
.TagClassName
{
border-color: #68063C;
}
</style>