Shades of Tyrian Purple #6C044A
Tints of Tyrian Purple #6C044A
RGB
CMYK
RGB Variations
Color information
#6C044A (or 0x6C044A) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 4A. RGB value is (108,4,74). Sum of RGB (Red+Green+Blue) = 108+4+74=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C044A is #93FBB5. Grayscale: #2A2A2A. Windows color (decimal): -9698230 or 4850796. OLE color: 4850796.
HSL color Cylindrical-coordinate representation of color #6C044A: hue angle of 319.62º 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 #6C044A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 74 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.58 |
| HSL | 319.62º | 0.93% | 0.22% | - |
| HSV(B) | 319.62º | 0.96% | 0.42% | - |
| XYZ | 7.46 | 3.77 | 6.81 | - |
| YUV | 43.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 74 | 0 | 0.96 | 0.31 | 0.58 | 319.62 | 0.93 | 0.22 |
| Hex | 6C | 4 | 4A | 0 | 60 | 1F | 3A | 140 | 5D | 16 |
| Octal | 154 | 4 | 112 | 0 | 140 | 37 | 72 | 500 | 135 | 26 |
| Binary | 1101100 | 100 | 1001010 | 0 | 1100000 | 11111 | 111010 | 101000000 | 1011101 | 10110 |
Color Harmonies of #6C044A
Complementary color
Monochromatic Colors of #6C044A
Black with #6C044A
Text Example
Text Example
White with #6C044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C044A; }
p { color: rgb(108,4,74); }
H1.HeaderClassName
{
color: #6C044A;
}
.AnyTagClassName
{
color: #6C044A;
}
</style>
background-color css
<style>
a { background-color: #6C044A; }
a { background-color: rgb(108,4,74); }
div.DivClassName
{
background-color: #6C044A;
}
.BgClassName
{
background-color: #6C044A;
}
</style>
border-color css
<style>
span { border-color: #6C044A; }
span { border-color: rgb(108,4,74); }
td.TdClassName
{
border-color: #6C044A;
}
.TagClassName
{
border-color: #6C044A;
}
</style>