Shades of Tyrian Purple #6E0D4F
Tints of Tyrian Purple #6E0D4F
RGB
CMYK
RGB Variations
Color information
#6E0D4F (or 0x6E0D4F) is known color: Tyrian Purple. HEX triplet: 6E, 0D and 4F. RGB value is (110,13,79). Sum of RGB (Red+Green+Blue) = 110+13+79=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0D4F is #91F2B0. Grayscale: #313131. Windows color (decimal): -9564849 or 5180782. OLE color: 5180782.
HSL color Cylindrical-coordinate representation of color #6E0D4F: hue angle of 319.18º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0D4F is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 13 | 79 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.57 |
| HSL | 319.18º | 0.79% | 0.24% | - |
| HSV(B) | 319.18º | 0.88% | 0.43% | - |
| XYZ | 7.99 | 4.17 | 7.78 | - |
| YUV | 49.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 79 | 0 | 0.88 | 0.28 | 0.57 | 319.18 | 0.79 | 0.24 |
| Hex | 6E | D | 4F | 0 | 58 | 1C | 39 | 13F | 4F | 18 |
| Octal | 156 | 15 | 117 | 0 | 130 | 34 | 71 | 477 | 117 | 30 |
| Binary | 1101110 | 1101 | 1001111 | 0 | 1011000 | 11100 | 111001 | 100111111 | 1001111 | 11000 |
Color Harmonies of #6E0D4F
Complementary color
Monochromatic Colors of #6E0D4F
Black with #6E0D4F
Text Example
Text Example
White with #6E0D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0D4F; }
p { color: rgb(110,13,79); }
H1.HeaderClassName
{
color: #6E0D4F;
}
.AnyTagClassName
{
color: #6E0D4F;
}
</style>
background-color css
<style>
a { background-color: #6E0D4F; }
a { background-color: rgb(110,13,79); }
div.DivClassName
{
background-color: #6E0D4F;
}
.BgClassName
{
background-color: #6E0D4F;
}
</style>
border-color css
<style>
span { border-color: #6E0D4F; }
span { border-color: rgb(110,13,79); }
td.TdClassName
{
border-color: #6E0D4F;
}
.TagClassName
{
border-color: #6E0D4F;
}
</style>