Shades of Purple Heart #6D0EAA
Tints of Purple Heart #6D0EAA
RGB
CMYK
RGB Variations
Color information
#6D0EAA (or 0x6D0EAA) is known color: Purple Heart. HEX triplet: 6D, 0E and AA. RGB value is (109,14,170). Sum of RGB (Red+Green+Blue) = 109+14+170=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D0EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0EAA is #92F155. Grayscale: #3B3B3B. Windows color (decimal): -9630038 or 11144813. OLE color: 11144813.
HSL color Cylindrical-coordinate representation of color #6D0EAA: hue angle of 276.54º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0EAA is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 14 | 170 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.33 |
| HSL | 276.54º | 0.85% | 0.36% | - |
| HSV(B) | 276.54º | 0.92% | 0.67% | - |
| XYZ | 13.72 | 6.47 | 38.56 | - |
| YUV | 60.19 | 189.97 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 170 | 0.36 | 0.92 | 0 | 0.33 | 276.54 | 0.85 | 0.36 |
| Hex | 6D | E | AA | 24 | 5C | 0 | 21 | 115 | 55 | 24 |
| Octal | 155 | 16 | 252 | 44 | 134 | 0 | 41 | 425 | 125 | 44 |
| Binary | 1101101 | 1110 | 10101010 | 100100 | 1011100 | 0 | 100001 | 100010101 | 1010101 | 100100 |
Color Harmonies of #6D0EAA
Complementary color
Monochromatic Colors of #6D0EAA
Black with #6D0EAA
Text Example
Text Example
White with #6D0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0EAA; }
p { color: rgb(109,14,170); }
H1.HeaderClassName
{
color: #6D0EAA;
}
.AnyTagClassName
{
color: #6D0EAA;
}
</style>
background-color css
<style>
a { background-color: #6D0EAA; }
a { background-color: rgb(109,14,170); }
div.DivClassName
{
background-color: #6D0EAA;
}
.BgClassName
{
background-color: #6D0EAA;
}
</style>
border-color css
<style>
span { border-color: #6D0EAA; }
span { border-color: rgb(109,14,170); }
td.TdClassName
{
border-color: #6D0EAA;
}
.TagClassName
{
border-color: #6D0EAA;
}
</style>