Shades of Tyrian Purple #68082C
Tints of Tyrian Purple #68082C
RGB
CMYK
RGB Variations
Color information
#68082C (or 0x68082C) is known color: Tyrian Purple. HEX triplet: 68, 08 and 2C. RGB value is (104,8,44). Sum of RGB (Red+Green+Blue) = 104+8+44=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68082C is #97F7D3. Grayscale: #282828. Windows color (decimal): -9959380 or 2885736. OLE color: 2885736.
HSL color Cylindrical-coordinate representation of color #68082C: hue angle of 337.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68082C is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 44 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.59 |
| HSL | 337.5º | 0.86% | 0.22% | - |
| HSV(B) | 337.5º | 0.92% | 0.41% | - |
| XYZ | 6.25 | 3.3 | 2.69 | - |
| YUV | 40.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 44 | 0 | 0.92 | 0.58 | 0.59 | 337.5 | 0.86 | 0.22 |
| Hex | 68 | 8 | 2C | 0 | 5C | 3A | 3B | 152 | 56 | 16 |
| Octal | 150 | 10 | 54 | 0 | 134 | 72 | 73 | 522 | 126 | 26 |
| Binary | 1101000 | 1000 | 101100 | 0 | 1011100 | 111010 | 111011 | 101010010 | 1010110 | 10110 |
Color Harmonies of #68082C
Complementary color
Monochromatic Colors of #68082C
Black with #68082C
Text Example
Text Example
White with #68082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68082C; }
p { color: rgb(104,8,44); }
H1.HeaderClassName
{
color: #68082C;
}
.AnyTagClassName
{
color: #68082C;
}
</style>
background-color css
<style>
a { background-color: #68082C; }
a { background-color: rgb(104,8,44); }
div.DivClassName
{
background-color: #68082C;
}
.BgClassName
{
background-color: #68082C;
}
</style>
border-color css
<style>
span { border-color: #68082C; }
span { border-color: rgb(104,8,44); }
td.TdClassName
{
border-color: #68082C;
}
.TagClassName
{
border-color: #68082C;
}
</style>