Shades of Tyrian Purple #6D0349
Tints of Tyrian Purple #6D0349
RGB
CMYK
RGB Variations
Color information
#6D0349 (or 0x6D0349) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 49. RGB value is (109,3,73). Sum of RGB (Red+Green+Blue) = 109+3+73=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0349 is #92FCB6. Grayscale: #2A2A2A. Windows color (decimal): -9632951 or 4785005. OLE color: 4785005.
HSL color Cylindrical-coordinate representation of color #6D0349: hue angle of 320.38º 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 #6D0349 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 73 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.57 |
| HSL | 320.38º | 0.95% | 0.22% | - |
| HSV(B) | 320.38º | 0.97% | 0.43% | - |
| XYZ | 7.54 | 3.8 | 6.64 | - |
| YUV | 42.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 73 | 0 | 0.97 | 0.33 | 0.57 | 320.38 | 0.95 | 0.22 |
| Hex | 6D | 3 | 49 | 0 | 61 | 21 | 39 | 140 | 5F | 16 |
| Octal | 155 | 3 | 111 | 0 | 141 | 41 | 71 | 500 | 137 | 26 |
| Binary | 1101101 | 11 | 1001001 | 0 | 1100001 | 100001 | 111001 | 101000000 | 1011111 | 10110 |
Color Harmonies of #6D0349
Complementary color
Monochromatic Colors of #6D0349
Black with #6D0349
Text Example
Text Example
White with #6D0349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0349; }
p { color: rgb(109,3,73); }
H1.HeaderClassName
{
color: #6D0349;
}
.AnyTagClassName
{
color: #6D0349;
}
</style>
background-color css
<style>
a { background-color: #6D0349; }
a { background-color: rgb(109,3,73); }
div.DivClassName
{
background-color: #6D0349;
}
.BgClassName
{
background-color: #6D0349;
}
</style>
border-color css
<style>
span { border-color: #6D0349; }
span { border-color: rgb(109,3,73); }
td.TdClassName
{
border-color: #6D0349;
}
.TagClassName
{
border-color: #6D0349;
}
</style>