Shades of Purple Heart #6D0ED9
Tints of Purple Heart #6D0ED9
RGB
CMYK
RGB Variations
Color information
#6D0ED9 (or 0x6D0ED9) is known color: Purple Heart. HEX triplet: 6D, 0E and D9. RGB value is (109,14,217). Sum of RGB (Red+Green+Blue) = 109+14+217=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 217 (85.16% from 255 or 63.82% from 340); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D0ED9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0ED9 is #92F126. Grayscale: #404040. Windows color (decimal): -9629991 or 14225005. OLE color: 14225005.
HSL color Cylindrical-coordinate representation of color #6D0ED9: hue angle of 268.08º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0ED9 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 14 | 217 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.15 |
| HSL | 268.08º | 0.88% | 0.45% | - |
| HSV(B) | 268.08º | 0.94% | 0.85% | - |
| XYZ | 18.99 | 8.58 | 66.3 | - |
| YUV | 65.55 | 213.47 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 217 | 0.50 | 0.94 | 0 | 0.15 | 268.08 | 0.88 | 0.45 |
| Hex | 6D | E | D9 | 32 | 5E | 0 | F | 10C | 58 | 2D |
| Octal | 155 | 16 | 331 | 62 | 136 | 0 | 17 | 414 | 130 | 55 |
| Binary | 1101101 | 1110 | 11011001 | 110010 | 1011110 | 0 | 1111 | 100001100 | 1011000 | 101101 |
Color Harmonies of #6D0ED9
Complementary color
Monochromatic Colors of #6D0ED9
Black with #6D0ED9
Text Example
Text Example
White with #6D0ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0ED9; }
p { color: rgb(109,14,217); }
H1.HeaderClassName
{
color: #6D0ED9;
}
.AnyTagClassName
{
color: #6D0ED9;
}
</style>
background-color css
<style>
a { background-color: #6D0ED9; }
a { background-color: rgb(109,14,217); }
div.DivClassName
{
background-color: #6D0ED9;
}
.BgClassName
{
background-color: #6D0ED9;
}
</style>
border-color css
<style>
span { border-color: #6D0ED9; }
span { border-color: rgb(109,14,217); }
td.TdClassName
{
border-color: #6D0ED9;
}
.TagClassName
{
border-color: #6D0ED9;
}
</style>