Shades of Purple Heart #6D1AD6
Tints of Purple Heart #6D1AD6
RGB
CMYK
RGB Variations
Color information
#6D1AD6 (or 0x6D1AD6) is known color: Purple Heart. HEX triplet: 6D, 1A and D6. RGB value is (109,26,214). Sum of RGB (Red+Green+Blue) = 109+26+214=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 214 (83.98% from 255 or 61.32% from 349); Max value from RGB is 214 - color contains mainly: blue. Hex color #6D1AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1AD6 is #92E529. Grayscale: #474747. Windows color (decimal): -9626922 or 14031469. OLE color: 14031469.
HSL color Cylindrical-coordinate representation of color #6D1AD6: hue angle of 266.49º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1AD6 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 26 | 214 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.16 |
| HSL | 266.49º | 0.78% | 0.47% | - |
| HSV(B) | 266.49º | 0.88% | 0.84% | - |
| XYZ | 18.81 | 8.85 | 64.33 | - |
| YUV | 72.25 | 208 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 214 | 0.49 | 0.88 | 0 | 0.16 | 266.49 | 0.78 | 0.47 |
| Hex | 6D | 1A | D6 | 31 | 58 | 0 | 10 | 10A | 4E | 2F |
| Octal | 155 | 32 | 326 | 61 | 130 | 0 | 20 | 412 | 116 | 57 |
| Binary | 1101101 | 11010 | 11010110 | 110001 | 1011000 | 0 | 10000 | 100001010 | 1001110 | 101111 |
Color Harmonies of #6D1AD6
Complementary color
Monochromatic Colors of #6D1AD6
Black with #6D1AD6
Text Example
Text Example
White with #6D1AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1AD6; }
p { color: rgb(109,26,214); }
H1.HeaderClassName
{
color: #6D1AD6;
}
.AnyTagClassName
{
color: #6D1AD6;
}
</style>
background-color css
<style>
a { background-color: #6D1AD6; }
a { background-color: rgb(109,26,214); }
div.DivClassName
{
background-color: #6D1AD6;
}
.BgClassName
{
background-color: #6D1AD6;
}
</style>
border-color css
<style>
span { border-color: #6D1AD6; }
span { border-color: rgb(109,26,214); }
td.TdClassName
{
border-color: #6D1AD6;
}
.TagClassName
{
border-color: #6D1AD6;
}
</style>