Shades of Tyrian Purple #6D084E
Tints of Tyrian Purple #6D084E
RGB
CMYK
RGB Variations
Color information
#6D084E (or 0x6D084E) is known color: Tyrian Purple. HEX triplet: 6D, 08 and 4E. RGB value is (109,8,78). Sum of RGB (Red+Green+Blue) = 109+8+78=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D084E is #92F7B1. Grayscale: #2D2D2D. Windows color (decimal): -9631666 or 5113965. OLE color: 5113965.
HSL color Cylindrical-coordinate representation of color #6D084E: hue angle of 318.42º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D084E is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 78 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.57 |
| HSL | 318.42º | 0.86% | 0.23% | - |
| HSV(B) | 318.42º | 0.93% | 0.43% | - |
| XYZ | 7.77 | 3.97 | 7.57 | - |
| YUV | 46.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 78 | 0 | 0.93 | 0.28 | 0.57 | 318.42 | 0.86 | 0.23 |
| Hex | 6D | 8 | 4E | 0 | 5D | 1C | 39 | 13E | 56 | 17 |
| Octal | 155 | 10 | 116 | 0 | 135 | 34 | 71 | 476 | 126 | 27 |
| Binary | 1101101 | 1000 | 1001110 | 0 | 1011101 | 11100 | 111001 | 100111110 | 1010110 | 10111 |
Color Harmonies of #6D084E
Complementary color
Monochromatic Colors of #6D084E
Black with #6D084E
Text Example
Text Example
White with #6D084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D084E; }
p { color: rgb(109,8,78); }
H1.HeaderClassName
{
color: #6D084E;
}
.AnyTagClassName
{
color: #6D084E;
}
</style>
background-color css
<style>
a { background-color: #6D084E; }
a { background-color: rgb(109,8,78); }
div.DivClassName
{
background-color: #6D084E;
}
.BgClassName
{
background-color: #6D084E;
}
</style>
border-color css
<style>
span { border-color: #6D084E; }
span { border-color: rgb(109,8,78); }
td.TdClassName
{
border-color: #6D084E;
}
.TagClassName
{
border-color: #6D084E;
}
</style>