Shades of Tyrian Purple #6D073B
Tints of Tyrian Purple #6D073B
RGB
CMYK
RGB Variations
Color information
#6D073B (or 0x6D073B) is known color: Tyrian Purple. HEX triplet: 6D, 07 and 3B. RGB value is (109,7,59). Sum of RGB (Red+Green+Blue) = 109+7+59=175 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.29% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 109 - color contains mainly: red. Hex color #6D073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D073B is #92F8C4. Grayscale: #2B2B2B. Windows color (decimal): -9631941 or 3868525. OLE color: 3868525.
HSL color Cylindrical-coordinate representation of color #6D073B: hue angle of 329.41º 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 #6D073B is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 59 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.57 |
| HSL | 329.41º | 0.88% | 0.23% | - |
| HSV(B) | 329.41º | 0.94% | 0.43% | - |
| XYZ | 7.17 | 3.72 | 4.48 | - |
| YUV | 43.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 59 | 0 | 0.94 | 0.46 | 0.57 | 329.41 | 0.88 | 0.23 |
| Hex | 6D | 7 | 3B | 0 | 5E | 2E | 39 | 149 | 58 | 17 |
| Octal | 155 | 7 | 73 | 0 | 136 | 56 | 71 | 511 | 130 | 27 |
| Binary | 1101101 | 111 | 111011 | 0 | 1011110 | 101110 | 111001 | 101001001 | 1011000 | 10111 |
Color Harmonies of #6D073B
Complementary color
Monochromatic Colors of #6D073B
Black with #6D073B
Text Example
Text Example
White with #6D073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D073B; }
p { color: rgb(109,7,59); }
H1.HeaderClassName
{
color: #6D073B;
}
.AnyTagClassName
{
color: #6D073B;
}
</style>
background-color css
<style>
a { background-color: #6D073B; }
a { background-color: rgb(109,7,59); }
div.DivClassName
{
background-color: #6D073B;
}
.BgClassName
{
background-color: #6D073B;
}
</style>
border-color css
<style>
span { border-color: #6D073B; }
span { border-color: rgb(109,7,59); }
td.TdClassName
{
border-color: #6D073B;
}
.TagClassName
{
border-color: #6D073B;
}
</style>