Shades of Tyrian Purple #6A082D
Tints of Tyrian Purple #6A082D
RGB
CMYK
RGB Variations
Color information
#6A082D (or 0x6A082D) is known color: Tyrian Purple. HEX triplet: 6A, 08 and 2D. RGB value is (106,8,45). Sum of RGB (Red+Green+Blue) = 106+8+45=159 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.67% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 106 - color contains mainly: red. Hex color #6A082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A082D is #95F7D2. Grayscale: #292929. Windows color (decimal): -9828307 or 2951274. OLE color: 2951274.
HSL color Cylindrical-coordinate representation of color #6A082D: hue angle of 337.35º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A082D is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 45 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.58 |
| HSL | 337.35º | 0.86% | 0.22% | - |
| HSV(B) | 337.35º | 0.92% | 0.42% | - |
| XYZ | 6.5 | 3.43 | 2.8 | - |
| YUV | 41.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 45 | 0 | 0.92 | 0.58 | 0.58 | 337.35 | 0.86 | 0.22 |
| Hex | 6A | 8 | 2D | 0 | 5C | 3A | 3A | 151 | 56 | 16 |
| Octal | 152 | 10 | 55 | 0 | 134 | 72 | 72 | 521 | 126 | 26 |
| Binary | 1101010 | 1000 | 101101 | 0 | 1011100 | 111010 | 111010 | 101010001 | 1010110 | 10110 |
Color Harmonies of #6A082D
Complementary color
Monochromatic Colors of #6A082D
Black with #6A082D
Text Example
Text Example
White with #6A082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A082D; }
p { color: rgb(106,8,45); }
H1.HeaderClassName
{
color: #6A082D;
}
.AnyTagClassName
{
color: #6A082D;
}
</style>
background-color css
<style>
a { background-color: #6A082D; }
a { background-color: rgb(106,8,45); }
div.DivClassName
{
background-color: #6A082D;
}
.BgClassName
{
background-color: #6A082D;
}
</style>
border-color css
<style>
span { border-color: #6A082D; }
span { border-color: rgb(106,8,45); }
td.TdClassName
{
border-color: #6A082D;
}
.TagClassName
{
border-color: #6A082D;
}
</style>