Shades of Purple Heart #6D2DDB
Tints of Purple Heart #6D2DDB
RGB
CMYK
RGB Variations
Color information
#6D2DDB (or 0x6D2DDB) is known color: Purple Heart. HEX triplet: 6D, 2D and DB. RGB value is (109,45,219). Sum of RGB (Red+Green+Blue) = 109+45+219=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D2DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2DDB is #92D224. Grayscale: #535353. Windows color (decimal): -9622053 or 14364013. OLE color: 14364013.
HSL color Cylindrical-coordinate representation of color #6D2DDB: hue angle of 262.07º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D2DDB is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 45 | 219 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.14 |
| HSL | 262.07º | 0.71% | 0.52% | - |
| HSV(B) | 262.07º | 0.79% | 0.86% | - |
| XYZ | 20.03 | 10.24 | 67.94 | - |
| YUV | 83.97 | 204.2 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 45 | 219 | 0.50 | 0.79 | 0 | 0.14 | 262.07 | 0.71 | 0.52 |
| Hex | 6D | 2D | DB | 32 | 4F | 0 | E | 106 | 47 | 34 |
| Octal | 155 | 55 | 333 | 62 | 117 | 0 | 16 | 406 | 107 | 64 |
| Binary | 1101101 | 101101 | 11011011 | 110010 | 1001111 | 0 | 1110 | 100000110 | 1000111 | 110100 |
Color Harmonies of #6D2DDB
Complementary color
Monochromatic Colors of #6D2DDB
Black with #6D2DDB
Text Example
Text Example
White with #6D2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2DDB; }
p { color: rgb(109,45,219); }
H1.HeaderClassName
{
color: #6D2DDB;
}
.AnyTagClassName
{
color: #6D2DDB;
}
</style>
background-color css
<style>
a { background-color: #6D2DDB; }
a { background-color: rgb(109,45,219); }
div.DivClassName
{
background-color: #6D2DDB;
}
.BgClassName
{
background-color: #6D2DDB;
}
</style>
border-color css
<style>
span { border-color: #6D2DDB; }
span { border-color: rgb(109,45,219); }
td.TdClassName
{
border-color: #6D2DDB;
}
.TagClassName
{
border-color: #6D2DDB;
}
</style>