Shades of Purple Heart #6D3CDB
Tints of Purple Heart #6D3CDB
RGB
CMYK
RGB Variations
Color information
#6D3CDB (or 0x6D3CDB) is known color: Purple Heart. HEX triplet: 6D, 3C and DB. RGB value is (109,60,219). Sum of RGB (Red+Green+Blue) = 109+60+219=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D3CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3CDB is #92C324. Grayscale: #5C5C5C. Windows color (decimal): -9618213 or 14367853. OLE color: 14367853.
HSL color Cylindrical-coordinate representation of color #6D3CDB: hue angle of 258.49º 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 #6D3CDB is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 60 | 219 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.14 |
| HSL | 258.49º | 0.69% | 0.55% | - |
| HSV(B) | 258.49º | 0.73% | 0.86% | - |
| XYZ | 20.71 | 11.6 | 68.16 | - |
| YUV | 92.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 219 | 0.50 | 0.73 | 0 | 0.14 | 258.49 | 0.69 | 0.55 |
| Hex | 6D | 3C | DB | 32 | 49 | 0 | E | 102 | 45 | 37 |
| Octal | 155 | 74 | 333 | 62 | 111 | 0 | 16 | 402 | 105 | 67 |
| Binary | 1101101 | 111100 | 11011011 | 110010 | 1001001 | 0 | 1110 | 100000010 | 1000101 | 110111 |
Color Harmonies of #6D3CDB
Complementary color
Monochromatic Colors of #6D3CDB
Black with #6D3CDB
Text Example
Text Example
White with #6D3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3CDB; }
p { color: rgb(109,60,219); }
H1.HeaderClassName
{
color: #6D3CDB;
}
.AnyTagClassName
{
color: #6D3CDB;
}
</style>
background-color css
<style>
a { background-color: #6D3CDB; }
a { background-color: rgb(109,60,219); }
div.DivClassName
{
background-color: #6D3CDB;
}
.BgClassName
{
background-color: #6D3CDB;
}
</style>
border-color css
<style>
span { border-color: #6D3CDB; }
span { border-color: rgb(109,60,219); }
td.TdClassName
{
border-color: #6D3CDB;
}
.TagClassName
{
border-color: #6D3CDB;
}
</style>