Shades of Tyrian Purple #6D044C
Tints of Tyrian Purple #6D044C
RGB
CMYK
RGB Variations
Color information
#6D044C (or 0x6D044C) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 4C. RGB value is (109,4,76). Sum of RGB (Red+Green+Blue) = 109+4+76=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D044C is #92FBB3. Grayscale: #2B2B2B. Windows color (decimal): -9632692 or 4981869. OLE color: 4981869.
HSL color Cylindrical-coordinate representation of color #6D044C: hue angle of 318.86º 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 #6D044C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 76 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.57 |
| HSL | 318.86º | 0.93% | 0.22% | - |
| HSV(B) | 318.86º | 0.96% | 0.43% | - |
| XYZ | 7.65 | 3.86 | 7.18 | - |
| YUV | 43.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 76 | 0 | 0.96 | 0.30 | 0.57 | 318.86 | 0.93 | 0.22 |
| Hex | 6D | 4 | 4C | 0 | 60 | 1E | 39 | 13F | 5D | 16 |
| Octal | 155 | 4 | 114 | 0 | 140 | 36 | 71 | 477 | 135 | 26 |
| Binary | 1101101 | 100 | 1001100 | 0 | 1100000 | 11110 | 111001 | 100111111 | 1011101 | 10110 |
Color Harmonies of #6D044C
Complementary color
Monochromatic Colors of #6D044C
Black with #6D044C
Text Example
Text Example
White with #6D044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D044C; }
p { color: rgb(109,4,76); }
H1.HeaderClassName
{
color: #6D044C;
}
.AnyTagClassName
{
color: #6D044C;
}
</style>
background-color css
<style>
a { background-color: #6D044C; }
a { background-color: rgb(109,4,76); }
div.DivClassName
{
background-color: #6D044C;
}
.BgClassName
{
background-color: #6D044C;
}
</style>
border-color css
<style>
span { border-color: #6D044C; }
span { border-color: rgb(109,4,76); }
td.TdClassName
{
border-color: #6D044C;
}
.TagClassName
{
border-color: #6D044C;
}
</style>