Shades of Purple Heart #6D32DB
Tints of Purple Heart #6D32DB
RGB
CMYK
RGB Variations
Color information
#6D32DB (or 0x6D32DB) is known color: Purple Heart. HEX triplet: 6D, 32 and DB. RGB value is (109,50,219). Sum of RGB (Red+Green+Blue) = 109+50+219=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D32DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D32DB is #92CD24. Grayscale: #565656. Windows color (decimal): -9620773 or 14365293. OLE color: 14365293.
HSL color Cylindrical-coordinate representation of color #6D32DB: hue angle of 260.95º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D32DB is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 50 | 219 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.14 |
| HSL | 260.95º | 0.7% | 0.53% | - |
| HSV(B) | 260.95º | 0.77% | 0.86% | - |
| XYZ | 20.23 | 10.65 | 68.01 | - |
| YUV | 86.91 | 202.55 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 219 | 0.50 | 0.77 | 0 | 0.14 | 260.95 | 0.7 | 0.53 |
| Hex | 6D | 32 | DB | 32 | 4D | 0 | E | 105 | 46 | 35 |
| Octal | 155 | 62 | 333 | 62 | 115 | 0 | 16 | 405 | 106 | 65 |
| Binary | 1101101 | 110010 | 11011011 | 110010 | 1001101 | 0 | 1110 | 100000101 | 1000110 | 110101 |
Color Harmonies of #6D32DB
Complementary color
Monochromatic Colors of #6D32DB
Black with #6D32DB
Text Example
Text Example
White with #6D32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D32DB; }
p { color: rgb(109,50,219); }
H1.HeaderClassName
{
color: #6D32DB;
}
.AnyTagClassName
{
color: #6D32DB;
}
</style>
background-color css
<style>
a { background-color: #6D32DB; }
a { background-color: rgb(109,50,219); }
div.DivClassName
{
background-color: #6D32DB;
}
.BgClassName
{
background-color: #6D32DB;
}
</style>
border-color css
<style>
span { border-color: #6D32DB; }
span { border-color: rgb(109,50,219); }
td.TdClassName
{
border-color: #6D32DB;
}
.TagClassName
{
border-color: #6D32DB;
}
</style>