Shades of Tyrian Purple #6D0B41
Tints of Tyrian Purple #6D0B41
RGB
CMYK
RGB Variations
Color information
#6D0B41 (or 0x6D0B41) is known color: Tyrian Purple. HEX triplet: 6D, 0B and 41. RGB value is (109,11,65). Sum of RGB (Red+Green+Blue) = 109+11+65=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B41 is #92F4BE. Grayscale: #2E2E2E. Windows color (decimal): -9630911 or 4262765. OLE color: 4262765.
HSL color Cylindrical-coordinate representation of color #6D0B41: hue angle of 326.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B41 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 11 | 65 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.57 |
| HSL | 326.94º | 0.82% | 0.24% | - |
| HSV(B) | 326.94º | 0.9% | 0.43% | - |
| XYZ | 7.38 | 3.87 | 5.36 | - |
| YUV | 46.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 65 | 0 | 0.90 | 0.40 | 0.57 | 326.94 | 0.82 | 0.24 |
| Hex | 6D | B | 41 | 0 | 5A | 28 | 39 | 147 | 52 | 18 |
| Octal | 155 | 13 | 101 | 0 | 132 | 50 | 71 | 507 | 122 | 30 |
| Binary | 1101101 | 1011 | 1000001 | 0 | 1011010 | 101000 | 111001 | 101000111 | 1010010 | 11000 |
Color Harmonies of #6D0B41
Complementary color
Monochromatic Colors of #6D0B41
Black with #6D0B41
Text Example
Text Example
White with #6D0B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B41; }
p { color: rgb(109,11,65); }
H1.HeaderClassName
{
color: #6D0B41;
}
.AnyTagClassName
{
color: #6D0B41;
}
</style>
background-color css
<style>
a { background-color: #6D0B41; }
a { background-color: rgb(109,11,65); }
div.DivClassName
{
background-color: #6D0B41;
}
.BgClassName
{
background-color: #6D0B41;
}
</style>
border-color css
<style>
span { border-color: #6D0B41; }
span { border-color: rgb(109,11,65); }
td.TdClassName
{
border-color: #6D0B41;
}
.TagClassName
{
border-color: #6D0B41;
}
</style>