Shades of Tyrian Purple #6E0D4C
Tints of Tyrian Purple #6E0D4C
RGB
CMYK
RGB Variations
Color information
#6E0D4C (or 0x6E0D4C) is known color: Tyrian Purple. HEX triplet: 6E, 0D and 4C. RGB value is (110,13,76). Sum of RGB (Red+Green+Blue) = 110+13+76=199 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.28% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0D4C is #91F2B3. Grayscale: #313131. Windows color (decimal): -9564852 or 4984174. OLE color: 4984174.
HSL color Cylindrical-coordinate representation of color #6E0D4C: hue angle of 321.03º 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 #6E0D4C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 13 | 76 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.57 |
| HSL | 321.03º | 0.79% | 0.24% | - |
| HSV(B) | 321.03º | 0.88% | 0.43% | - |
| XYZ | 7.88 | 4.12 | 7.22 | - |
| YUV | 49.19 | 143.14 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 76 | 0 | 0.88 | 0.31 | 0.57 | 321.03 | 0.79 | 0.24 |
| Hex | 6E | D | 4C | 0 | 58 | 1F | 39 | 141 | 4F | 18 |
| Octal | 156 | 15 | 114 | 0 | 130 | 37 | 71 | 501 | 117 | 30 |
| Binary | 1101110 | 1101 | 1001100 | 0 | 1011000 | 11111 | 111001 | 101000001 | 1001111 | 11000 |
Color Harmonies of #6E0D4C
Complementary color
Monochromatic Colors of #6E0D4C
Black with #6E0D4C
Text Example
Text Example
White with #6E0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0D4C; }
p { color: rgb(110,13,76); }
H1.HeaderClassName
{
color: #6E0D4C;
}
.AnyTagClassName
{
color: #6E0D4C;
}
</style>
background-color css
<style>
a { background-color: #6E0D4C; }
a { background-color: rgb(110,13,76); }
div.DivClassName
{
background-color: #6E0D4C;
}
.BgClassName
{
background-color: #6E0D4C;
}
</style>
border-color css
<style>
span { border-color: #6E0D4C; }
span { border-color: rgb(110,13,76); }
td.TdClassName
{
border-color: #6E0D4C;
}
.TagClassName
{
border-color: #6E0D4C;
}
</style>