Shades of Tyrian Purple #6D024D
Tints of Tyrian Purple #6D024D
RGB
CMYK
RGB Variations
Color information
#6D024D (or 0x6D024D) is known color: Tyrian Purple. HEX triplet: 6D, 02 and 4D. RGB value is (109,2,77). Sum of RGB (Red+Green+Blue) = 109+2+77=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D024D is #92FDB2. Grayscale: #2A2A2A. Windows color (decimal): -9633203 or 5046893. OLE color: 5046893.
HSL color Cylindrical-coordinate representation of color #6D024D: hue angle of 317.94º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D024D is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.57 |
| HSL | 317.94º | 0.96% | 0.22% | - |
| HSV(B) | 317.94º | 0.98% | 0.43% | - |
| XYZ | 7.67 | 3.83 | 7.36 | - |
| YUV | 42.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 77 | 0 | 0.98 | 0.29 | 0.57 | 317.94 | 0.96 | 0.22 |
| Hex | 6D | 2 | 4D | 0 | 62 | 1D | 39 | 13E | 60 | 16 |
| Octal | 155 | 2 | 115 | 0 | 142 | 35 | 71 | 476 | 140 | 26 |
| Binary | 1101101 | 10 | 1001101 | 0 | 1100010 | 11101 | 111001 | 100111110 | 1100000 | 10110 |
Color Harmonies of #6D024D
Complementary color
Monochromatic Colors of #6D024D
Black with #6D024D
Text Example
Text Example
White with #6D024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D024D; }
p { color: rgb(109,2,77); }
H1.HeaderClassName
{
color: #6D024D;
}
.AnyTagClassName
{
color: #6D024D;
}
</style>
background-color css
<style>
a { background-color: #6D024D; }
a { background-color: rgb(109,2,77); }
div.DivClassName
{
background-color: #6D024D;
}
.BgClassName
{
background-color: #6D024D;
}
</style>
border-color css
<style>
span { border-color: #6D024D; }
span { border-color: rgb(109,2,77); }
td.TdClassName
{
border-color: #6D024D;
}
.TagClassName
{
border-color: #6D024D;
}
</style>