Shades of Purple Heart #6D3DDB
Tints of Purple Heart #6D3DDB
RGB
CMYK
RGB Variations
Color information
#6D3DDB (or 0x6D3DDB) is known color: Purple Heart. HEX triplet: 6D, 3D and DB. RGB value is (109,61,219). Sum of RGB (Red+Green+Blue) = 109+61+219=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D3DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DDB is #92C224. Grayscale: #5C5C5C. Windows color (decimal): -9617957 or 14368109. OLE color: 14368109.
HSL color Cylindrical-coordinate representation of color #6D3DDB: hue angle of 258.23º 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 #6D3DDB is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 61 | 219 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.14 |
| HSL | 258.23º | 0.69% | 0.55% | - |
| HSV(B) | 258.23º | 0.72% | 0.86% | - |
| XYZ | 20.76 | 11.7 | 68.18 | - |
| YUV | 93.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 219 | 0.50 | 0.72 | 0 | 0.14 | 258.23 | 0.69 | 0.55 |
| Hex | 6D | 3D | DB | 32 | 48 | 0 | E | 102 | 45 | 37 |
| Octal | 155 | 75 | 333 | 62 | 110 | 0 | 16 | 402 | 105 | 67 |
| Binary | 1101101 | 111101 | 11011011 | 110010 | 1001000 | 0 | 1110 | 100000010 | 1000101 | 110111 |
Color Harmonies of #6D3DDB
Complementary color
Monochromatic Colors of #6D3DDB
Black with #6D3DDB
Text Example
Text Example
White with #6D3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3DDB; }
p { color: rgb(109,61,219); }
H1.HeaderClassName
{
color: #6D3DDB;
}
.AnyTagClassName
{
color: #6D3DDB;
}
</style>
background-color css
<style>
a { background-color: #6D3DDB; }
a { background-color: rgb(109,61,219); }
div.DivClassName
{
background-color: #6D3DDB;
}
.BgClassName
{
background-color: #6D3DDB;
}
</style>
border-color css
<style>
span { border-color: #6D3DDB; }
span { border-color: rgb(109,61,219); }
td.TdClassName
{
border-color: #6D3DDB;
}
.TagClassName
{
border-color: #6D3DDB;
}
</style>