Shades of Purple Heart #6D29BA
Tints of Purple Heart #6D29BA
RGB
CMYK
RGB Variations
Color information
#6D29BA (or 0x6D29BA) is known color: Purple Heart. HEX triplet: 6D, 29 and BA. RGB value is (109,41,186). Sum of RGB (Red+Green+Blue) = 109+41+186=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D29BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D29BA is #92D645. Grayscale: #4D4D4D. Windows color (decimal): -9623110 or 12200301. OLE color: 12200301.
HSL color Cylindrical-coordinate representation of color #6D29BA: hue angle of 268.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D29BA is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 41 | 186 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.27 |
| HSL | 268.14º | 0.64% | 0.45% | - |
| HSV(B) | 268.14º | 0.78% | 0.73% | - |
| XYZ | 15.96 | 8.38 | 47.23 | - |
| YUV | 77.86 | 189.03 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 186 | 0.41 | 0.78 | 0 | 0.27 | 268.14 | 0.64 | 0.45 |
| Hex | 6D | 29 | BA | 29 | 4E | 0 | 1B | 10C | 40 | 2D |
| Octal | 155 | 51 | 272 | 51 | 116 | 0 | 33 | 414 | 100 | 55 |
| Binary | 1101101 | 101001 | 10111010 | 101001 | 1001110 | 0 | 11011 | 100001100 | 1000000 | 101101 |
Color Harmonies of #6D29BA
Complementary color
Monochromatic Colors of #6D29BA
Black with #6D29BA
Text Example
Text Example
White with #6D29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D29BA; }
p { color: rgb(109,41,186); }
H1.HeaderClassName
{
color: #6D29BA;
}
.AnyTagClassName
{
color: #6D29BA;
}
</style>
background-color css
<style>
a { background-color: #6D29BA; }
a { background-color: rgb(109,41,186); }
div.DivClassName
{
background-color: #6D29BA;
}
.BgClassName
{
background-color: #6D29BA;
}
</style>
border-color css
<style>
span { border-color: #6D29BA; }
span { border-color: rgb(109,41,186); }
td.TdClassName
{
border-color: #6D29BA;
}
.TagClassName
{
border-color: #6D29BA;
}
</style>