Shades of Tyrian Purple #6D0E4C
Tints of Tyrian Purple #6D0E4C
RGB
CMYK
RGB Variations
Color information
#6D0E4C (or 0x6D0E4C) is known color: Tyrian Purple. HEX triplet: 6D, 0E and 4C. RGB value is (109,14,76). Sum of RGB (Red+Green+Blue) = 109+14+76=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0E4C is #92F1B3. Grayscale: #313131. Windows color (decimal): -9630132 or 4984429. OLE color: 4984429.
HSL color Cylindrical-coordinate representation of color #6D0E4C: hue angle of 320.84º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D0E4C is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 14 | 76 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.57 |
| HSL | 320.84º | 0.77% | 0.24% | - |
| HSV(B) | 320.84º | 0.87% | 0.43% | - |
| XYZ | 7.77 | 4.09 | 7.22 | - |
| YUV | 49.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 76 | 0 | 0.87 | 0.30 | 0.57 | 320.84 | 0.77 | 0.24 |
| Hex | 6D | E | 4C | 0 | 57 | 1E | 39 | 141 | 4D | 18 |
| Octal | 155 | 16 | 114 | 0 | 127 | 36 | 71 | 501 | 115 | 30 |
| Binary | 1101101 | 1110 | 1001100 | 0 | 1010111 | 11110 | 111001 | 101000001 | 1001101 | 11000 |
Color Harmonies of #6D0E4C
Complementary color
Monochromatic Colors of #6D0E4C
Black with #6D0E4C
Text Example
Text Example
White with #6D0E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0E4C; }
p { color: rgb(109,14,76); }
H1.HeaderClassName
{
color: #6D0E4C;
}
.AnyTagClassName
{
color: #6D0E4C;
}
</style>
background-color css
<style>
a { background-color: #6D0E4C; }
a { background-color: rgb(109,14,76); }
div.DivClassName
{
background-color: #6D0E4C;
}
.BgClassName
{
background-color: #6D0E4C;
}
</style>
border-color css
<style>
span { border-color: #6D0E4C; }
span { border-color: rgb(109,14,76); }
td.TdClassName
{
border-color: #6D0E4C;
}
.TagClassName
{
border-color: #6D0E4C;
}
</style>