Shades of Tyrian Purple #6E0841
Tints of Tyrian Purple #6E0841
RGB
CMYK
RGB Variations
Color information
#6E0841 (or 0x6E0841) is known color: Tyrian Purple. HEX triplet: 6E, 08 and 41. RGB value is (110,8,65). Sum of RGB (Red+Green+Blue) = 110+8+65=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0841 is #91F7BE. Grayscale: #2C2C2C. Windows color (decimal): -9566143 or 4261998. OLE color: 4261998.
HSL color Cylindrical-coordinate representation of color #6E0841: hue angle of 326.47º 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 #6E0841 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 8 | 65 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.57 |
| HSL | 326.47º | 0.86% | 0.23% | - |
| HSV(B) | 326.47º | 0.93% | 0.43% | - |
| XYZ | 7.47 | 3.87 | 5.35 | - |
| YUV | 45 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 65 | 0 | 0.93 | 0.41 | 0.57 | 326.47 | 0.86 | 0.23 |
| Hex | 6E | 8 | 41 | 0 | 5D | 29 | 39 | 146 | 56 | 17 |
| Octal | 156 | 10 | 101 | 0 | 135 | 51 | 71 | 506 | 126 | 27 |
| Binary | 1101110 | 1000 | 1000001 | 0 | 1011101 | 101001 | 111001 | 101000110 | 1010110 | 10111 |
Color Harmonies of #6E0841
Complementary color
Monochromatic Colors of #6E0841
Black with #6E0841
Text Example
Text Example
White with #6E0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0841; }
p { color: rgb(110,8,65); }
H1.HeaderClassName
{
color: #6E0841;
}
.AnyTagClassName
{
color: #6E0841;
}
</style>
background-color css
<style>
a { background-color: #6E0841; }
a { background-color: rgb(110,8,65); }
div.DivClassName
{
background-color: #6E0841;
}
.BgClassName
{
background-color: #6E0841;
}
</style>
border-color css
<style>
span { border-color: #6E0841; }
span { border-color: rgb(110,8,65); }
td.TdClassName
{
border-color: #6E0841;
}
.TagClassName
{
border-color: #6E0841;
}
</style>