Shades of Tyrian Purple #6C043A
Tints of Tyrian Purple #6C043A
RGB
CMYK
RGB Variations
Color information
#6C043A (or 0x6C043A) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 3A. RGB value is (108,4,58). Sum of RGB (Red+Green+Blue) = 108+4+58=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C043A is #93FBC5. Grayscale: #292929. Windows color (decimal): -9698246 or 3802220. OLE color: 3802220.
HSL color Cylindrical-coordinate representation of color #6C043A: hue angle of 328.85º 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 #6C043A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 58 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.58 |
| HSL | 328.85º | 0.93% | 0.22% | - |
| HSV(B) | 328.85º | 0.96% | 0.42% | - |
| XYZ | 6.99 | 3.58 | 4.33 | - |
| YUV | 41.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 58 | 0 | 0.96 | 0.46 | 0.58 | 328.85 | 0.93 | 0.22 |
| Hex | 6C | 4 | 3A | 0 | 60 | 2E | 3A | 149 | 5D | 16 |
| Octal | 154 | 4 | 72 | 0 | 140 | 56 | 72 | 511 | 135 | 26 |
| Binary | 1101100 | 100 | 111010 | 0 | 1100000 | 101110 | 111010 | 101001001 | 1011101 | 10110 |
Color Harmonies of #6C043A
Complementary color
Monochromatic Colors of #6C043A
Black with #6C043A
Text Example
Text Example
White with #6C043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C043A; }
p { color: rgb(108,4,58); }
H1.HeaderClassName
{
color: #6C043A;
}
.AnyTagClassName
{
color: #6C043A;
}
</style>
background-color css
<style>
a { background-color: #6C043A; }
a { background-color: rgb(108,4,58); }
div.DivClassName
{
background-color: #6C043A;
}
.BgClassName
{
background-color: #6C043A;
}
</style>
border-color css
<style>
span { border-color: #6C043A; }
span { border-color: rgb(108,4,58); }
td.TdClassName
{
border-color: #6C043A;
}
.TagClassName
{
border-color: #6C043A;
}
</style>