Shades of Purple Heart #6D1ADB
Tints of Purple Heart #6D1ADB
RGB
CMYK
RGB Variations
Color information
#6D1ADB (or 0x6D1ADB) is known color: Purple Heart. HEX triplet: 6D, 1A and DB. RGB value is (109,26,219). Sum of RGB (Red+Green+Blue) = 109+26+219=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D1ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1ADB is #92E524. Grayscale: #484848. Windows color (decimal): -9626917 or 14359149. OLE color: 14359149.
HSL color Cylindrical-coordinate representation of color #6D1ADB: hue angle of 265.8º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1ADB is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 26 | 219 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.14 |
| HSL | 265.8º | 0.79% | 0.48% | - |
| HSV(B) | 265.8º | 0.88% | 0.86% | - |
| XYZ | 19.46 | 9.1 | 67.75 | - |
| YUV | 72.82 | 210.5 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 219 | 0.50 | 0.88 | 0 | 0.14 | 265.8 | 0.79 | 0.48 |
| Hex | 6D | 1A | DB | 32 | 58 | 0 | E | 10A | 4F | 30 |
| Octal | 155 | 32 | 333 | 62 | 130 | 0 | 16 | 412 | 117 | 60 |
| Binary | 1101101 | 11010 | 11011011 | 110010 | 1011000 | 0 | 1110 | 100001010 | 1001111 | 110000 |
Color Harmonies of #6D1ADB
Complementary color
Monochromatic Colors of #6D1ADB
Black with #6D1ADB
Text Example
Text Example
White with #6D1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1ADB; }
p { color: rgb(109,26,219); }
H1.HeaderClassName
{
color: #6D1ADB;
}
.AnyTagClassName
{
color: #6D1ADB;
}
</style>
background-color css
<style>
a { background-color: #6D1ADB; }
a { background-color: rgb(109,26,219); }
div.DivClassName
{
background-color: #6D1ADB;
}
.BgClassName
{
background-color: #6D1ADB;
}
</style>
border-color css
<style>
span { border-color: #6D1ADB; }
span { border-color: rgb(109,26,219); }
td.TdClassName
{
border-color: #6D1ADB;
}
.TagClassName
{
border-color: #6D1ADB;
}
</style>