Shades of Tyrian Purple #6D0E52
Tints of Tyrian Purple #6D0E52
RGB
CMYK
RGB Variations
Color information
#6D0E52 (or 0x6D0E52) is known color: Tyrian Purple. HEX triplet: 6D, 0E and 52. RGB value is (109,14,82). Sum of RGB (Red+Green+Blue) = 109+14+82=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0E52 is #92F1AD. Grayscale: #313131. Windows color (decimal): -9630126 or 5377645. OLE color: 5377645.
HSL color Cylindrical-coordinate representation of color #6D0E52: hue angle of 317.05º 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 #6D0E52 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 14 | 82 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.57 |
| HSL | 317.05º | 0.77% | 0.24% | - |
| HSV(B) | 317.05º | 0.87% | 0.43% | - |
| XYZ | 7.99 | 4.17 | 8.37 | - |
| YUV | 50.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 82 | 0 | 0.87 | 0.25 | 0.57 | 317.05 | 0.77 | 0.24 |
| Hex | 6D | E | 52 | 0 | 57 | 19 | 39 | 13D | 4D | 18 |
| Octal | 155 | 16 | 122 | 0 | 127 | 31 | 71 | 475 | 115 | 30 |
| Binary | 1101101 | 1110 | 1010010 | 0 | 1010111 | 11001 | 111001 | 100111101 | 1001101 | 11000 |
Color Harmonies of #6D0E52
Complementary color
Monochromatic Colors of #6D0E52
Black with #6D0E52
Text Example
Text Example
White with #6D0E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0E52; }
p { color: rgb(109,14,82); }
H1.HeaderClassName
{
color: #6D0E52;
}
.AnyTagClassName
{
color: #6D0E52;
}
</style>
background-color css
<style>
a { background-color: #6D0E52; }
a { background-color: rgb(109,14,82); }
div.DivClassName
{
background-color: #6D0E52;
}
.BgClassName
{
background-color: #6D0E52;
}
</style>
border-color css
<style>
span { border-color: #6D0E52; }
span { border-color: rgb(109,14,82); }
td.TdClassName
{
border-color: #6D0E52;
}
.TagClassName
{
border-color: #6D0E52;
}
</style>