Shades of Purple Heart #6D1AD7
Tints of Purple Heart #6D1AD7
RGB
CMYK
RGB Variations
Color information
#6D1AD7 (or 0x6D1AD7) is known color: Purple Heart. HEX triplet: 6D, 1A and D7. RGB value is (109,26,215). Sum of RGB (Red+Green+Blue) = 109+26+215=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #6D1AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1AD7 is #92E528. Grayscale: #474747. Windows color (decimal): -9626921 or 14097005. OLE color: 14097005.
HSL color Cylindrical-coordinate representation of color #6D1AD7: hue angle of 266.35º 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 #6D1AD7 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 26 | 215 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.16 |
| HSL | 266.35º | 0.78% | 0.47% | - |
| HSV(B) | 266.35º | 0.88% | 0.84% | - |
| XYZ | 18.94 | 8.9 | 65.01 | - |
| YUV | 72.36 | 208.5 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 215 | 0.49 | 0.88 | 0 | 0.16 | 266.35 | 0.78 | 0.47 |
| Hex | 6D | 1A | D7 | 31 | 58 | 0 | 10 | 10A | 4E | 2F |
| Octal | 155 | 32 | 327 | 61 | 130 | 0 | 20 | 412 | 116 | 57 |
| Binary | 1101101 | 11010 | 11010111 | 110001 | 1011000 | 0 | 10000 | 100001010 | 1001110 | 101111 |
Color Harmonies of #6D1AD7
Complementary color
Monochromatic Colors of #6D1AD7
Black with #6D1AD7
Text Example
Text Example
White with #6D1AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1AD7; }
p { color: rgb(109,26,215); }
H1.HeaderClassName
{
color: #6D1AD7;
}
.AnyTagClassName
{
color: #6D1AD7;
}
</style>
background-color css
<style>
a { background-color: #6D1AD7; }
a { background-color: rgb(109,26,215); }
div.DivClassName
{
background-color: #6D1AD7;
}
.BgClassName
{
background-color: #6D1AD7;
}
</style>
border-color css
<style>
span { border-color: #6D1AD7; }
span { border-color: rgb(109,26,215); }
td.TdClassName
{
border-color: #6D1AD7;
}
.TagClassName
{
border-color: #6D1AD7;
}
</style>