Shades of Tyrian Purple #6C043E
Tints of Tyrian Purple #6C043E
RGB
CMYK
RGB Variations
Color information
#6C043E (or 0x6C043E) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 3E. RGB value is (108,4,62). Sum of RGB (Red+Green+Blue) = 108+4+62=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C043E is #93FBC1. Grayscale: #292929. Windows color (decimal): -9698242 or 4064364. OLE color: 4064364.
HSL color Cylindrical-coordinate representation of color #6C043E: hue angle of 326.54º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C043E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 62 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.58 |
| HSL | 326.54º | 0.93% | 0.22% | - |
| HSV(B) | 326.54º | 0.96% | 0.42% | - |
| XYZ | 7.1 | 3.62 | 4.88 | - |
| YUV | 41.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 62 | 0 | 0.96 | 0.43 | 0.58 | 326.54 | 0.93 | 0.22 |
| Hex | 6C | 4 | 3E | 0 | 60 | 2B | 3A | 147 | 5D | 16 |
| Octal | 154 | 4 | 76 | 0 | 140 | 53 | 72 | 507 | 135 | 26 |
| Binary | 1101100 | 100 | 111110 | 0 | 1100000 | 101011 | 111010 | 101000111 | 1011101 | 10110 |
Color Harmonies of #6C043E
Complementary color
Monochromatic Colors of #6C043E
Black with #6C043E
Text Example
Text Example
White with #6C043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C043E; }
p { color: rgb(108,4,62); }
H1.HeaderClassName
{
color: #6C043E;
}
.AnyTagClassName
{
color: #6C043E;
}
</style>
background-color css
<style>
a { background-color: #6C043E; }
a { background-color: rgb(108,4,62); }
div.DivClassName
{
background-color: #6C043E;
}
.BgClassName
{
background-color: #6C043E;
}
</style>
border-color css
<style>
span { border-color: #6C043E; }
span { border-color: rgb(108,4,62); }
td.TdClassName
{
border-color: #6C043E;
}
.TagClassName
{
border-color: #6C043E;
}
</style>