Shades of Purple Heart #6D0DAE
Tints of Purple Heart #6D0DAE
RGB
CMYK
RGB Variations
Color information
#6D0DAE (or 0x6D0DAE) is known color: Purple Heart. HEX triplet: 6D, 0D and AE. RGB value is (109,13,174). Sum of RGB (Red+Green+Blue) = 109+13+174=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D0DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0DAE is #92F251. Grayscale: #3B3B3B. Windows color (decimal): -9630290 or 11406701. OLE color: 11406701.
HSL color Cylindrical-coordinate representation of color #6D0DAE: hue angle of 275.78º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0DAE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 13 | 174 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.32 |
| HSL | 275.78º | 0.86% | 0.37% | - |
| HSV(B) | 275.78º | 0.93% | 0.68% | - |
| XYZ | 14.09 | 6.6 | 40.57 | - |
| YUV | 60.06 | 192.3 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 174 | 0.37 | 0.93 | 0 | 0.32 | 275.78 | 0.86 | 0.37 |
| Hex | 6D | D | AE | 25 | 5D | 0 | 20 | 114 | 56 | 25 |
| Octal | 155 | 15 | 256 | 45 | 135 | 0 | 40 | 424 | 126 | 45 |
| Binary | 1101101 | 1101 | 10101110 | 100101 | 1011101 | 0 | 100000 | 100010100 | 1010110 | 100101 |
Color Harmonies of #6D0DAE
Complementary color
Monochromatic Colors of #6D0DAE
Black with #6D0DAE
Text Example
Text Example
White with #6D0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0DAE; }
p { color: rgb(109,13,174); }
H1.HeaderClassName
{
color: #6D0DAE;
}
.AnyTagClassName
{
color: #6D0DAE;
}
</style>
background-color css
<style>
a { background-color: #6D0DAE; }
a { background-color: rgb(109,13,174); }
div.DivClassName
{
background-color: #6D0DAE;
}
.BgClassName
{
background-color: #6D0DAE;
}
</style>
border-color css
<style>
span { border-color: #6D0DAE; }
span { border-color: rgb(109,13,174); }
td.TdClassName
{
border-color: #6D0DAE;
}
.TagClassName
{
border-color: #6D0DAE;
}
</style>