Shades of Purple Heart #6D29DB
Tints of Purple Heart #6D29DB
RGB
CMYK
RGB Variations
Color information
#6D29DB (or 0x6D29DB) is known color: Purple Heart. HEX triplet: 6D, 29 and DB. RGB value is (109,41,219). Sum of RGB (Red+Green+Blue) = 109+41+219=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D29DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D29DB is #92D624. Grayscale: #505050. Windows color (decimal): -9623077 or 14362989. OLE color: 14362989.
HSL color Cylindrical-coordinate representation of color #6D29DB: hue angle of 262.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D29DB is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 41 | 219 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.14 |
| HSL | 262.92º | 0.71% | 0.51% | - |
| HSV(B) | 262.92º | 0.81% | 0.86% | - |
| XYZ | 19.89 | 9.95 | 67.89 | - |
| YUV | 81.62 | 205.53 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 219 | 0.50 | 0.81 | 0 | 0.14 | 262.92 | 0.71 | 0.51 |
| Hex | 6D | 29 | DB | 32 | 51 | 0 | E | 107 | 47 | 33 |
| Octal | 155 | 51 | 333 | 62 | 121 | 0 | 16 | 407 | 107 | 63 |
| Binary | 1101101 | 101001 | 11011011 | 110010 | 1010001 | 0 | 1110 | 100000111 | 1000111 | 110011 |
Color Harmonies of #6D29DB
Complementary color
Monochromatic Colors of #6D29DB
Black with #6D29DB
Text Example
Text Example
White with #6D29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D29DB; }
p { color: rgb(109,41,219); }
H1.HeaderClassName
{
color: #6D29DB;
}
.AnyTagClassName
{
color: #6D29DB;
}
</style>
background-color css
<style>
a { background-color: #6D29DB; }
a { background-color: rgb(109,41,219); }
div.DivClassName
{
background-color: #6D29DB;
}
.BgClassName
{
background-color: #6D29DB;
}
</style>
border-color css
<style>
span { border-color: #6D29DB; }
span { border-color: rgb(109,41,219); }
td.TdClassName
{
border-color: #6D29DB;
}
.TagClassName
{
border-color: #6D29DB;
}
</style>