Shades of Purple Heart #6D2ADB
Tints of Purple Heart #6D2ADB
RGB
CMYK
RGB Variations
Color information
#6D2ADB (or 0x6D2ADB) is known color: Purple Heart. HEX triplet: 6D, 2A and DB. RGB value is (109,42,219). Sum of RGB (Red+Green+Blue) = 109+42+219=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D2ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2ADB is #92D524. Grayscale: #515151. Windows color (decimal): -9622821 or 14363245. OLE color: 14363245.
HSL color Cylindrical-coordinate representation of color #6D2ADB: hue angle of 262.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D2ADB is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 42 | 219 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.14 |
| HSL | 262.71º | 0.71% | 0.51% | - |
| HSV(B) | 262.71º | 0.81% | 0.86% | - |
| XYZ | 19.92 | 10.02 | 67.9 | - |
| YUV | 82.21 | 205.2 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 219 | 0.50 | 0.81 | 0 | 0.14 | 262.71 | 0.71 | 0.51 |
| Hex | 6D | 2A | DB | 32 | 51 | 0 | E | 107 | 47 | 33 |
| Octal | 155 | 52 | 333 | 62 | 121 | 0 | 16 | 407 | 107 | 63 |
| Binary | 1101101 | 101010 | 11011011 | 110010 | 1010001 | 0 | 1110 | 100000111 | 1000111 | 110011 |
Color Harmonies of #6D2ADB
Complementary color
Monochromatic Colors of #6D2ADB
Black with #6D2ADB
Text Example
Text Example
White with #6D2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2ADB; }
p { color: rgb(109,42,219); }
H1.HeaderClassName
{
color: #6D2ADB;
}
.AnyTagClassName
{
color: #6D2ADB;
}
</style>
background-color css
<style>
a { background-color: #6D2ADB; }
a { background-color: rgb(109,42,219); }
div.DivClassName
{
background-color: #6D2ADB;
}
.BgClassName
{
background-color: #6D2ADB;
}
</style>
border-color css
<style>
span { border-color: #6D2ADB; }
span { border-color: rgb(109,42,219); }
td.TdClassName
{
border-color: #6D2ADB;
}
.TagClassName
{
border-color: #6D2ADB;
}
</style>