Shades of Purple Heart #6C29D9
Tints of Purple Heart #6C29D9
RGB
CMYK
RGB Variations
Color information
#6C29D9 (or 0x6C29D9) is known color: Purple Heart. HEX triplet: 6C, 29 and D9. RGB value is (108,41,217). Sum of RGB (Red+Green+Blue) = 108+41+217=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 217 (85.16% from 255 or 59.29% from 366); Max value from RGB is 217 - color contains mainly: blue. Hex color #6C29D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C29D9 is #93D626. Grayscale: #505050. Windows color (decimal): -9688615 or 14231916. OLE color: 14231916.
HSL color Cylindrical-coordinate representation of color #6C29D9: hue angle of 262.84º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C29D9 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 41 | 217 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.15 |
| HSL | 262.84º | 0.7% | 0.51% | - |
| HSV(B) | 262.84º | 0.81% | 0.85% | - |
| XYZ | 19.5 | 9.78 | 66.51 | - |
| YUV | 81.1 | 204.7 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 217 | 0.50 | 0.81 | 0 | 0.15 | 262.84 | 0.7 | 0.51 |
| Hex | 6C | 29 | D9 | 32 | 51 | 0 | F | 107 | 46 | 33 |
| Octal | 154 | 51 | 331 | 62 | 121 | 0 | 17 | 407 | 106 | 63 |
| Binary | 1101100 | 101001 | 11011001 | 110010 | 1010001 | 0 | 1111 | 100000111 | 1000110 | 110011 |
Color Harmonies of #6C29D9
Complementary color
Monochromatic Colors of #6C29D9
Black with #6C29D9
Text Example
Text Example
White with #6C29D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C29D9; }
p { color: rgb(108,41,217); }
H1.HeaderClassName
{
color: #6C29D9;
}
.AnyTagClassName
{
color: #6C29D9;
}
</style>
background-color css
<style>
a { background-color: #6C29D9; }
a { background-color: rgb(108,41,217); }
div.DivClassName
{
background-color: #6C29D9;
}
.BgClassName
{
background-color: #6C29D9;
}
</style>
border-color css
<style>
span { border-color: #6C29D9; }
span { border-color: rgb(108,41,217); }
td.TdClassName
{
border-color: #6C29D9;
}
.TagClassName
{
border-color: #6C29D9;
}
</style>