Shades of Purple Heart #6D0EAC
Tints of Purple Heart #6D0EAC
RGB
CMYK
RGB Variations
Color information
#6D0EAC (or 0x6D0EAC) is known color: Purple Heart. HEX triplet: 6D, 0E and AC. RGB value is (109,14,172). Sum of RGB (Red+Green+Blue) = 109+14+172=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D0EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0EAC is #92F153. Grayscale: #3B3B3B. Windows color (decimal): -9630036 or 11275885. OLE color: 11275885.
HSL color Cylindrical-coordinate representation of color #6D0EAC: hue angle of 276.08º 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 #6D0EAC is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 14 | 172 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.33 |
| HSL | 276.08º | 0.85% | 0.36% | - |
| HSV(B) | 276.08º | 0.92% | 0.67% | - |
| XYZ | 13.91 | 6.54 | 39.56 | - |
| YUV | 60.42 | 190.97 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 172 | 0.37 | 0.92 | 0 | 0.33 | 276.08 | 0.85 | 0.36 |
| Hex | 6D | E | AC | 25 | 5C | 0 | 21 | 114 | 55 | 24 |
| Octal | 155 | 16 | 254 | 45 | 134 | 0 | 41 | 424 | 125 | 44 |
| Binary | 1101101 | 1110 | 10101100 | 100101 | 1011100 | 0 | 100001 | 100010100 | 1010101 | 100100 |
Color Harmonies of #6D0EAC
Complementary color
Monochromatic Colors of #6D0EAC
Black with #6D0EAC
Text Example
Text Example
White with #6D0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0EAC; }
p { color: rgb(109,14,172); }
H1.HeaderClassName
{
color: #6D0EAC;
}
.AnyTagClassName
{
color: #6D0EAC;
}
</style>
background-color css
<style>
a { background-color: #6D0EAC; }
a { background-color: rgb(109,14,172); }
div.DivClassName
{
background-color: #6D0EAC;
}
.BgClassName
{
background-color: #6D0EAC;
}
</style>
border-color css
<style>
span { border-color: #6D0EAC; }
span { border-color: rgb(109,14,172); }
td.TdClassName
{
border-color: #6D0EAC;
}
.TagClassName
{
border-color: #6D0EAC;
}
</style>