Shades of Tyrian Purple #68042C
Tints of Tyrian Purple #68042C
RGB
CMYK
RGB Variations
Color information
#68042C (or 0x68042C) is known color: Tyrian Purple. HEX triplet: 68, 04 and 2C. RGB value is (104,4,44). Sum of RGB (Red+Green+Blue) = 104+4+44=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68042C is #97FBD3. Grayscale: #262626. Windows color (decimal): -9960404 or 2884712. OLE color: 2884712.
HSL color Cylindrical-coordinate representation of color #68042C: hue angle of 336º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68042C is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 44 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.59 |
| HSL | 336º | 0.93% | 0.21% | - |
| HSV(B) | 336º | 0.96% | 0.41% | - |
| XYZ | 6.21 | 3.21 | 2.68 | - |
| YUV | 38.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 44 | 0 | 0.96 | 0.58 | 0.59 | 336 | 0.93 | 0.21 |
| Hex | 68 | 4 | 2C | 0 | 60 | 3A | 3B | 150 | 5D | 15 |
| Octal | 150 | 4 | 54 | 0 | 140 | 72 | 73 | 520 | 135 | 25 |
| Binary | 1101000 | 100 | 101100 | 0 | 1100000 | 111010 | 111011 | 101010000 | 1011101 | 10101 |
Color Harmonies of #68042C
Complementary color
Monochromatic Colors of #68042C
Black with #68042C
Text Example
Text Example
White with #68042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68042C; }
p { color: rgb(104,4,44); }
H1.HeaderClassName
{
color: #68042C;
}
.AnyTagClassName
{
color: #68042C;
}
</style>
background-color css
<style>
a { background-color: #68042C; }
a { background-color: rgb(104,4,44); }
div.DivClassName
{
background-color: #68042C;
}
.BgClassName
{
background-color: #68042C;
}
</style>
border-color css
<style>
span { border-color: #68042C; }
span { border-color: rgb(104,4,44); }
td.TdClassName
{
border-color: #68042C;
}
.TagClassName
{
border-color: #68042C;
}
</style>