Shades of Purple Heart #6D3BDB
Tints of Purple Heart #6D3BDB
RGB
CMYK
RGB Variations
Color information
#6D3BDB (or 0x6D3BDB) is known color: Purple Heart. HEX triplet: 6D, 3B and DB. RGB value is (109,59,219). Sum of RGB (Red+Green+Blue) = 109+59+219=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3BDB is #92C424. Grayscale: #5B5B5B. Windows color (decimal): -9618469 or 14367597. OLE color: 14367597.
HSL color Cylindrical-coordinate representation of color #6D3BDB: hue angle of 258.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D3BDB is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 59 | 219 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.14 |
| HSL | 258.75º | 0.69% | 0.55% | - |
| HSV(B) | 258.75º | 0.73% | 0.86% | - |
| XYZ | 20.66 | 11.49 | 68.15 | - |
| YUV | 92.19 | 199.57 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 219 | 0.50 | 0.73 | 0 | 0.14 | 258.75 | 0.69 | 0.55 |
| Hex | 6D | 3B | DB | 32 | 49 | 0 | E | 103 | 45 | 37 |
| Octal | 155 | 73 | 333 | 62 | 111 | 0 | 16 | 403 | 105 | 67 |
| Binary | 1101101 | 111011 | 11011011 | 110010 | 1001001 | 0 | 1110 | 100000011 | 1000101 | 110111 |
Color Harmonies of #6D3BDB
Complementary color
Monochromatic Colors of #6D3BDB
Black with #6D3BDB
Text Example
Text Example
White with #6D3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3BDB; }
p { color: rgb(109,59,219); }
H1.HeaderClassName
{
color: #6D3BDB;
}
.AnyTagClassName
{
color: #6D3BDB;
}
</style>
background-color css
<style>
a { background-color: #6D3BDB; }
a { background-color: rgb(109,59,219); }
div.DivClassName
{
background-color: #6D3BDB;
}
.BgClassName
{
background-color: #6D3BDB;
}
</style>
border-color css
<style>
span { border-color: #6D3BDB; }
span { border-color: rgb(109,59,219); }
td.TdClassName
{
border-color: #6D3BDB;
}
.TagClassName
{
border-color: #6D3BDB;
}
</style>