Shades of Purple Heart #6D3EDB
Tints of Purple Heart #6D3EDB
RGB
CMYK
RGB Variations
Color information
#6D3EDB (or 0x6D3EDB) is known color: Purple Heart. HEX triplet: 6D, 3E and DB. RGB value is (109,62,219). Sum of RGB (Red+Green+Blue) = 109+62+219=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D3EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3EDB is #92C124. Grayscale: #5D5D5D. Windows color (decimal): -9617701 or 14368365. OLE color: 14368365.
HSL color Cylindrical-coordinate representation of color #6D3EDB: hue angle of 257.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D3EDB is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 62 | 219 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.14 |
| HSL | 257.96º | 0.69% | 0.55% | - |
| HSV(B) | 257.96º | 0.72% | 0.86% | - |
| XYZ | 20.82 | 11.81 | 68.2 | - |
| YUV | 93.95 | 198.57 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 219 | 0.50 | 0.72 | 0 | 0.14 | 257.96 | 0.69 | 0.55 |
| Hex | 6D | 3E | DB | 32 | 48 | 0 | E | 102 | 45 | 37 |
| Octal | 155 | 76 | 333 | 62 | 110 | 0 | 16 | 402 | 105 | 67 |
| Binary | 1101101 | 111110 | 11011011 | 110010 | 1001000 | 0 | 1110 | 100000010 | 1000101 | 110111 |
Color Harmonies of #6D3EDB
Complementary color
Monochromatic Colors of #6D3EDB
Black with #6D3EDB
Text Example
Text Example
White with #6D3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3EDB; }
p { color: rgb(109,62,219); }
H1.HeaderClassName
{
color: #6D3EDB;
}
.AnyTagClassName
{
color: #6D3EDB;
}
</style>
background-color css
<style>
a { background-color: #6D3EDB; }
a { background-color: rgb(109,62,219); }
div.DivClassName
{
background-color: #6D3EDB;
}
.BgClassName
{
background-color: #6D3EDB;
}
</style>
border-color css
<style>
span { border-color: #6D3EDB; }
span { border-color: rgb(109,62,219); }
td.TdClassName
{
border-color: #6D3EDB;
}
.TagClassName
{
border-color: #6D3EDB;
}
</style>