Shades of Tyrian Purple #6D072E
Tints of Tyrian Purple #6D072E
RGB
CMYK
RGB Variations
Color information
#6D072E (or 0x6D072E) is known color: Tyrian Purple. HEX triplet: 6D, 07 and 2E. RGB value is (109,7,46). Sum of RGB (Red+Green+Blue) = 109+7+46=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D072E is #92F8D1. Grayscale: #292929. Windows color (decimal): -9631954 or 3016557. OLE color: 3016557.
HSL color Cylindrical-coordinate representation of color #6D072E: hue angle of 337.06º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D072E is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 46 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.57 |
| HSL | 337.06º | 0.88% | 0.23% | - |
| HSV(B) | 337.06º | 0.94% | 0.43% | - |
| XYZ | 6.88 | 3.6 | 2.92 | - |
| YUV | 41.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 46 | 0 | 0.94 | 0.58 | 0.57 | 337.06 | 0.88 | 0.23 |
| Hex | 6D | 7 | 2E | 0 | 5E | 3A | 39 | 151 | 58 | 17 |
| Octal | 155 | 7 | 56 | 0 | 136 | 72 | 71 | 521 | 130 | 27 |
| Binary | 1101101 | 111 | 101110 | 0 | 1011110 | 111010 | 111001 | 101010001 | 1011000 | 10111 |
Color Harmonies of #6D072E
Complementary color
Monochromatic Colors of #6D072E
Black with #6D072E
Text Example
Text Example
White with #6D072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D072E; }
p { color: rgb(109,7,46); }
H1.HeaderClassName
{
color: #6D072E;
}
.AnyTagClassName
{
color: #6D072E;
}
</style>
background-color css
<style>
a { background-color: #6D072E; }
a { background-color: rgb(109,7,46); }
div.DivClassName
{
background-color: #6D072E;
}
.BgClassName
{
background-color: #6D072E;
}
</style>
border-color css
<style>
span { border-color: #6D072E; }
span { border-color: rgb(109,7,46); }
td.TdClassName
{
border-color: #6D072E;
}
.TagClassName
{
border-color: #6D072E;
}
</style>