Shades of Tyrian Purple #68082B
Tints of Tyrian Purple #68082B
RGB
CMYK
RGB Variations
Color information
#68082B (or 0x68082B) is known color: Tyrian Purple. HEX triplet: 68, 08 and 2B. RGB value is (104,8,43). Sum of RGB (Red+Green+Blue) = 104+8+43=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68082B is #97F7D4. Grayscale: #282828. Windows color (decimal): -9959381 or 2820200. OLE color: 2820200.
HSL color Cylindrical-coordinate representation of color #68082B: hue angle of 338.12º 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 #68082B is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 43 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.59 |
| HSL | 338.13º | 0.86% | 0.22% | - |
| HSV(B) | 338.13º | 0.92% | 0.41% | - |
| XYZ | 6.23 | 3.29 | 2.59 | - |
| YUV | 40.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 43 | 0 | 0.92 | 0.59 | 0.59 | 338.13 | 0.86 | 0.22 |
| Hex | 68 | 8 | 2B | 0 | 5C | 3B | 3B | 152 | 56 | 16 |
| Octal | 150 | 10 | 53 | 0 | 134 | 73 | 73 | 522 | 126 | 26 |
| Binary | 1101000 | 1000 | 101011 | 0 | 1011100 | 111011 | 111011 | 101010010 | 1010110 | 10110 |
Color Harmonies of #68082B
Complementary color
Monochromatic Colors of #68082B
Black with #68082B
Text Example
Text Example
White with #68082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68082B; }
p { color: rgb(104,8,43); }
H1.HeaderClassName
{
color: #68082B;
}
.AnyTagClassName
{
color: #68082B;
}
</style>
background-color css
<style>
a { background-color: #68082B; }
a { background-color: rgb(104,8,43); }
div.DivClassName
{
background-color: #68082B;
}
.BgClassName
{
background-color: #68082B;
}
</style>
border-color css
<style>
span { border-color: #68082B; }
span { border-color: rgb(104,8,43); }
td.TdClassName
{
border-color: #68082B;
}
.TagClassName
{
border-color: #68082B;
}
</style>