Shades of Tyrian Purple #6D043B
Tints of Tyrian Purple #6D043B
RGB
CMYK
RGB Variations
Color information
#6D043B (or 0x6D043B) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 3B. RGB value is (109,4,59). Sum of RGB (Red+Green+Blue) = 109+4+59=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D043B is #92FBC4. Grayscale: #292929. Windows color (decimal): -9632709 or 3867757. OLE color: 3867757.
HSL color Cylindrical-coordinate representation of color #6D043B: hue angle of 328.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D043B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 59 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.57 |
| HSL | 328.57º | 0.93% | 0.22% | - |
| HSV(B) | 328.57º | 0.96% | 0.43% | - |
| XYZ | 7.14 | 3.65 | 4.47 | - |
| YUV | 41.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 59 | 0 | 0.96 | 0.46 | 0.57 | 328.57 | 0.93 | 0.22 |
| Hex | 6D | 4 | 3B | 0 | 60 | 2E | 39 | 149 | 5D | 16 |
| Octal | 155 | 4 | 73 | 0 | 140 | 56 | 71 | 511 | 135 | 26 |
| Binary | 1101101 | 100 | 111011 | 0 | 1100000 | 101110 | 111001 | 101001001 | 1011101 | 10110 |
Color Harmonies of #6D043B
Complementary color
Monochromatic Colors of #6D043B
Black with #6D043B
Text Example
Text Example
White with #6D043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D043B; }
p { color: rgb(109,4,59); }
H1.HeaderClassName
{
color: #6D043B;
}
.AnyTagClassName
{
color: #6D043B;
}
</style>
background-color css
<style>
a { background-color: #6D043B; }
a { background-color: rgb(109,4,59); }
div.DivClassName
{
background-color: #6D043B;
}
.BgClassName
{
background-color: #6D043B;
}
</style>
border-color css
<style>
span { border-color: #6D043B; }
span { border-color: rgb(109,4,59); }
td.TdClassName
{
border-color: #6D043B;
}
.TagClassName
{
border-color: #6D043B;
}
</style>