Shades of Tyrian Purple #6E094D
Tints of Tyrian Purple #6E094D
RGB
CMYK
RGB Variations
Color information
#6E094D (or 0x6E094D) is known color: Tyrian Purple. HEX triplet: 6E, 09 and 4D. RGB value is (110,9,77). Sum of RGB (Red+Green+Blue) = 110+9+77=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E094D is #91F6B2. Grayscale: #2E2E2E. Windows color (decimal): -9565875 or 5048686. OLE color: 5048686.
HSL color Cylindrical-coordinate representation of color #6E094D: hue angle of 319.6º 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 #6E094D is Cyan = 0, Magento = 0.92, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 77 | - |
| CMYK | 0 | 0.92 | 0.3 | 0.57 |
| HSL | 319.6º | 0.85% | 0.23% | - |
| HSV(B) | 319.6º | 0.92% | 0.43% | - |
| XYZ | 7.87 | 4.05 | 7.39 | - |
| YUV | 46.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 77 | 0 | 0.92 | 0.3 | 0.57 | 319.6 | 0.85 | 0.23 |
| Hex | 6E | 9 | 4D | 0 | 5C | 1E | 39 | 140 | 55 | 17 |
| Octal | 156 | 11 | 115 | 0 | 134 | 36 | 71 | 500 | 125 | 27 |
| Binary | 1101110 | 1001 | 1001101 | 0 | 1011100 | 11110 | 111001 | 101000000 | 1010101 | 10111 |
Color Harmonies of #6E094D
Complementary color
Monochromatic Colors of #6E094D
Black with #6E094D
Text Example
Text Example
White with #6E094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E094D; }
p { color: rgb(110,9,77); }
H1.HeaderClassName
{
color: #6E094D;
}
.AnyTagClassName
{
color: #6E094D;
}
</style>
background-color css
<style>
a { background-color: #6E094D; }
a { background-color: rgb(110,9,77); }
div.DivClassName
{
background-color: #6E094D;
}
.BgClassName
{
background-color: #6E094D;
}
</style>
border-color css
<style>
span { border-color: #6E094D; }
span { border-color: rgb(110,9,77); }
td.TdClassName
{
border-color: #6E094D;
}
.TagClassName
{
border-color: #6E094D;
}
</style>