Shades of Tyrian Purple #6D043F
Tints of Tyrian Purple #6D043F
RGB
CMYK
RGB Variations
Color information
#6D043F (or 0x6D043F) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 3F. RGB value is (109,4,63). Sum of RGB (Red+Green+Blue) = 109+4+63=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D043F is #92FBC0. Grayscale: #292929. Windows color (decimal): -9632705 or 4129901. OLE color: 4129901.
HSL color Cylindrical-coordinate representation of color #6D043F: hue angle of 326.29º 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 #6D043F is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 63 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.57 |
| HSL | 326.29º | 0.93% | 0.22% | - |
| HSV(B) | 326.29º | 0.96% | 0.43% | - |
| XYZ | 7.25 | 3.7 | 5.03 | - |
| YUV | 42.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 63 | 0 | 0.96 | 0.42 | 0.57 | 326.29 | 0.93 | 0.22 |
| Hex | 6D | 4 | 3F | 0 | 60 | 2A | 39 | 146 | 5D | 16 |
| Octal | 155 | 4 | 77 | 0 | 140 | 52 | 71 | 506 | 135 | 26 |
| Binary | 1101101 | 100 | 111111 | 0 | 1100000 | 101010 | 111001 | 101000110 | 1011101 | 10110 |
Color Harmonies of #6D043F
Complementary color
Monochromatic Colors of #6D043F
Black with #6D043F
Text Example
Text Example
White with #6D043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D043F; }
p { color: rgb(109,4,63); }
H1.HeaderClassName
{
color: #6D043F;
}
.AnyTagClassName
{
color: #6D043F;
}
</style>
background-color css
<style>
a { background-color: #6D043F; }
a { background-color: rgb(109,4,63); }
div.DivClassName
{
background-color: #6D043F;
}
.BgClassName
{
background-color: #6D043F;
}
</style>
border-color css
<style>
span { border-color: #6D043F; }
span { border-color: rgb(109,4,63); }
td.TdClassName
{
border-color: #6D043F;
}
.TagClassName
{
border-color: #6D043F;
}
</style>