Shades of Tyrian Purple #6D044F
Tints of Tyrian Purple #6D044F
RGB
CMYK
RGB Variations
Color information
#6D044F (or 0x6D044F) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 4F. RGB value is (109,4,79). Sum of RGB (Red+Green+Blue) = 109+4+79=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D044F is #92FBB0. Grayscale: #2B2B2B. Windows color (decimal): -9632689 or 5178477. OLE color: 5178477.
HSL color Cylindrical-coordinate representation of color #6D044F: hue angle of 317.14º 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 #6D044F is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.57 |
| HSL | 317.14º | 0.93% | 0.22% | - |
| HSV(B) | 317.14º | 0.96% | 0.43% | - |
| XYZ | 7.76 | 3.9 | 7.74 | - |
| YUV | 43.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 79 | 0 | 0.96 | 0.28 | 0.57 | 317.14 | 0.93 | 0.22 |
| Hex | 6D | 4 | 4F | 0 | 60 | 1C | 39 | 13D | 5D | 16 |
| Octal | 155 | 4 | 117 | 0 | 140 | 34 | 71 | 475 | 135 | 26 |
| Binary | 1101101 | 100 | 1001111 | 0 | 1100000 | 11100 | 111001 | 100111101 | 1011101 | 10110 |
Color Harmonies of #6D044F
Complementary color
Monochromatic Colors of #6D044F
Black with #6D044F
Text Example
Text Example
White with #6D044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D044F; }
p { color: rgb(109,4,79); }
H1.HeaderClassName
{
color: #6D044F;
}
.AnyTagClassName
{
color: #6D044F;
}
</style>
background-color css
<style>
a { background-color: #6D044F; }
a { background-color: rgb(109,4,79); }
div.DivClassName
{
background-color: #6D044F;
}
.BgClassName
{
background-color: #6D044F;
}
</style>
border-color css
<style>
span { border-color: #6D044F; }
span { border-color: rgb(109,4,79); }
td.TdClassName
{
border-color: #6D044F;
}
.TagClassName
{
border-color: #6D044F;
}
</style>