Shades of Tyrian Purple #6E093E
Tints of Tyrian Purple #6E093E
RGB
CMYK
RGB Variations
Color information
#6E093E (or 0x6E093E) is known color: Tyrian Purple. HEX triplet: 6E, 09 and 3E. RGB value is (110,9,62). Sum of RGB (Red+Green+Blue) = 110+9+62=181 (23% of max value = 765). Red value is 110 (43.36% from 255 or 60.77% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 110 - color contains mainly: red. Hex color #6E093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E093E is #91F6C1. Grayscale: #2D2D2D. Windows color (decimal): -9565890 or 4065646. OLE color: 4065646.
HSL color Cylindrical-coordinate representation of color #6E093E: hue angle of 328.51º 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 #6E093E is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 62 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.57 |
| HSL | 328.51º | 0.85% | 0.23% | - |
| HSV(B) | 328.51º | 0.92% | 0.43% | - |
| XYZ | 7.4 | 3.86 | 4.91 | - |
| YUV | 45.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 62 | 0 | 0.92 | 0.44 | 0.57 | 328.51 | 0.85 | 0.23 |
| Hex | 6E | 9 | 3E | 0 | 5C | 2C | 39 | 149 | 55 | 17 |
| Octal | 156 | 11 | 76 | 0 | 134 | 54 | 71 | 511 | 125 | 27 |
| Binary | 1101110 | 1001 | 111110 | 0 | 1011100 | 101100 | 111001 | 101001001 | 1010101 | 10111 |
Color Harmonies of #6E093E
Complementary color
Monochromatic Colors of #6E093E
Black with #6E093E
Text Example
Text Example
White with #6E093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E093E; }
p { color: rgb(110,9,62); }
H1.HeaderClassName
{
color: #6E093E;
}
.AnyTagClassName
{
color: #6E093E;
}
</style>
background-color css
<style>
a { background-color: #6E093E; }
a { background-color: rgb(110,9,62); }
div.DivClassName
{
background-color: #6E093E;
}
.BgClassName
{
background-color: #6E093E;
}
</style>
border-color css
<style>
span { border-color: #6E093E; }
span { border-color: rgb(110,9,62); }
td.TdClassName
{
border-color: #6E093E;
}
.TagClassName
{
border-color: #6E093E;
}
</style>