Shades of Tyrian Purple #6E0943
Tints of Tyrian Purple #6E0943
RGB
CMYK
RGB Variations
Color information
#6E0943 (or 0x6E0943) is known color: Tyrian Purple. HEX triplet: 6E, 09 and 43. RGB value is (110,9,67). Sum of RGB (Red+Green+Blue) = 110+9+67=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0943 is #91F6BC. Grayscale: #2D2D2D. Windows color (decimal): -9565885 or 4393326. OLE color: 4393326.
HSL color Cylindrical-coordinate representation of color #6E0943: hue angle of 325.54º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E0943 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 67 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.57 |
| HSL | 325.54º | 0.85% | 0.23% | - |
| HSV(B) | 325.54º | 0.92% | 0.43% | - |
| XYZ | 7.54 | 3.92 | 5.67 | - |
| YUV | 45.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 67 | 0 | 0.92 | 0.39 | 0.57 | 325.54 | 0.85 | 0.23 |
| Hex | 6E | 9 | 43 | 0 | 5C | 27 | 39 | 146 | 55 | 17 |
| Octal | 156 | 11 | 103 | 0 | 134 | 47 | 71 | 506 | 125 | 27 |
| Binary | 1101110 | 1001 | 1000011 | 0 | 1011100 | 100111 | 111001 | 101000110 | 1010101 | 10111 |
Color Harmonies of #6E0943
Complementary color
Monochromatic Colors of #6E0943
Black with #6E0943
Text Example
Text Example
White with #6E0943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0943; }
p { color: rgb(110,9,67); }
H1.HeaderClassName
{
color: #6E0943;
}
.AnyTagClassName
{
color: #6E0943;
}
</style>
background-color css
<style>
a { background-color: #6E0943; }
a { background-color: rgb(110,9,67); }
div.DivClassName
{
background-color: #6E0943;
}
.BgClassName
{
background-color: #6E0943;
}
</style>
border-color css
<style>
span { border-color: #6E0943; }
span { border-color: rgb(110,9,67); }
td.TdClassName
{
border-color: #6E0943;
}
.TagClassName
{
border-color: #6E0943;
}
</style>