Shades of Tyrian Purple #6D0346
Tints of Tyrian Purple #6D0346
RGB
CMYK
RGB Variations
Color information
#6D0346 (or 0x6D0346) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 46. RGB value is (109,3,70). Sum of RGB (Red+Green+Blue) = 109+3+70=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0346 is #92FCB9. Grayscale: #2A2A2A. Windows color (decimal): -9632954 or 4588397. OLE color: 4588397.
HSL color Cylindrical-coordinate representation of color #6D0346: hue angle of 322.08º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0346 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 70 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.57 |
| HSL | 322.08º | 0.95% | 0.22% | - |
| HSV(B) | 322.08º | 0.97% | 0.43% | - |
| XYZ | 7.44 | 3.76 | 6.13 | - |
| YUV | 42.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 70 | 0 | 0.97 | 0.36 | 0.57 | 322.08 | 0.95 | 0.22 |
| Hex | 6D | 3 | 46 | 0 | 61 | 24 | 39 | 142 | 5F | 16 |
| Octal | 155 | 3 | 106 | 0 | 141 | 44 | 71 | 502 | 137 | 26 |
| Binary | 1101101 | 11 | 1000110 | 0 | 1100001 | 100100 | 111001 | 101000010 | 1011111 | 10110 |
Color Harmonies of #6D0346
Complementary color
Monochromatic Colors of #6D0346
Black with #6D0346
Text Example
Text Example
White with #6D0346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0346; }
p { color: rgb(109,3,70); }
H1.HeaderClassName
{
color: #6D0346;
}
.AnyTagClassName
{
color: #6D0346;
}
</style>
background-color css
<style>
a { background-color: #6D0346; }
a { background-color: rgb(109,3,70); }
div.DivClassName
{
background-color: #6D0346;
}
.BgClassName
{
background-color: #6D0346;
}
</style>
border-color css
<style>
span { border-color: #6D0346; }
span { border-color: rgb(109,3,70); }
td.TdClassName
{
border-color: #6D0346;
}
.TagClassName
{
border-color: #6D0346;
}
</style>