Shades of Tyrian Purple #6A084E
Tints of Tyrian Purple #6A084E
RGB
CMYK
RGB Variations
Color information
#6A084E (or 0x6A084E) is known color: Tyrian Purple. HEX triplet: 6A, 08 and 4E. RGB value is (106,8,78). Sum of RGB (Red+Green+Blue) = 106+8+78=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A084E is #95F7B1. Grayscale: #2D2D2D. Windows color (decimal): -9828274 or 5113962. OLE color: 5113962.
HSL color Cylindrical-coordinate representation of color #6A084E: hue angle of 317.14º 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 #6A084E is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 78 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.58 |
| HSL | 317.14º | 0.86% | 0.22% | - |
| HSV(B) | 317.14º | 0.92% | 0.42% | - |
| XYZ | 7.41 | 3.79 | 7.55 | - |
| YUV | 45.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 78 | 0 | 0.92 | 0.26 | 0.58 | 317.14 | 0.86 | 0.22 |
| Hex | 6A | 8 | 4E | 0 | 5C | 1A | 3A | 13D | 56 | 16 |
| Octal | 152 | 10 | 116 | 0 | 134 | 32 | 72 | 475 | 126 | 26 |
| Binary | 1101010 | 1000 | 1001110 | 0 | 1011100 | 11010 | 111010 | 100111101 | 1010110 | 10110 |
Color Harmonies of #6A084E
Complementary color
Monochromatic Colors of #6A084E
Black with #6A084E
Text Example
Text Example
White with #6A084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A084E; }
p { color: rgb(106,8,78); }
H1.HeaderClassName
{
color: #6A084E;
}
.AnyTagClassName
{
color: #6A084E;
}
</style>
background-color css
<style>
a { background-color: #6A084E; }
a { background-color: rgb(106,8,78); }
div.DivClassName
{
background-color: #6A084E;
}
.BgClassName
{
background-color: #6A084E;
}
</style>
border-color css
<style>
span { border-color: #6A084E; }
span { border-color: rgb(106,8,78); }
td.TdClassName
{
border-color: #6A084E;
}
.TagClassName
{
border-color: #6A084E;
}
</style>