Shades of Tyrian Purple #6D0A51
Tints of Tyrian Purple #6D0A51
RGB
CMYK
RGB Variations
Color information
#6D0A51 (or 0x6D0A51) is known color: Tyrian Purple. HEX triplet: 6D, 0A and 51. RGB value is (109,10,81). Sum of RGB (Red+Green+Blue) = 109+10+81=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A51 is #92F5AE. Grayscale: #2F2F2F. Windows color (decimal): -9631151 or 5311085. OLE color: 5311085.
HSL color Cylindrical-coordinate representation of color #6D0A51: hue angle of 316.97º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A51 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 10 | 81 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.57 |
| HSL | 316.97º | 0.83% | 0.23% | - |
| HSV(B) | 316.97º | 0.91% | 0.43% | - |
| XYZ | 7.9 | 4.06 | 8.15 | - |
| YUV | 47.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 81 | 0 | 0.91 | 0.26 | 0.57 | 316.97 | 0.83 | 0.23 |
| Hex | 6D | A | 51 | 0 | 5B | 1A | 39 | 13D | 53 | 17 |
| Octal | 155 | 12 | 121 | 0 | 133 | 32 | 71 | 475 | 123 | 27 |
| Binary | 1101101 | 1010 | 1010001 | 0 | 1011011 | 11010 | 111001 | 100111101 | 1010011 | 10111 |
Color Harmonies of #6D0A51
Complementary color
Monochromatic Colors of #6D0A51
Black with #6D0A51
Text Example
Text Example
White with #6D0A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A51; }
p { color: rgb(109,10,81); }
H1.HeaderClassName
{
color: #6D0A51;
}
.AnyTagClassName
{
color: #6D0A51;
}
</style>
background-color css
<style>
a { background-color: #6D0A51; }
a { background-color: rgb(109,10,81); }
div.DivClassName
{
background-color: #6D0A51;
}
.BgClassName
{
background-color: #6D0A51;
}
</style>
border-color css
<style>
span { border-color: #6D0A51; }
span { border-color: rgb(109,10,81); }
td.TdClassName
{
border-color: #6D0A51;
}
.TagClassName
{
border-color: #6D0A51;
}
</style>