Shades of Purple Heart #6D1BD6
Tints of Purple Heart #6D1BD6
RGB
CMYK
RGB Variations
Color information
#6D1BD6 (or 0x6D1BD6) is known color: Purple Heart. HEX triplet: 6D, 1B and D6. RGB value is (109,27,214). Sum of RGB (Red+Green+Blue) = 109+27+214=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #6D1BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1BD6 is #92E429. Grayscale: #484848. Windows color (decimal): -9626666 or 14031725. OLE color: 14031725.
HSL color Cylindrical-coordinate representation of color #6D1BD6: hue angle of 266.31º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1BD6 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 27 | 214 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.16 |
| HSL | 266.31º | 0.78% | 0.47% | - |
| HSV(B) | 266.31º | 0.87% | 0.84% | - |
| XYZ | 18.84 | 8.89 | 64.34 | - |
| YUV | 72.84 | 207.67 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 214 | 0.49 | 0.87 | 0 | 0.16 | 266.31 | 0.78 | 0.47 |
| Hex | 6D | 1B | D6 | 31 | 57 | 0 | 10 | 10A | 4E | 2F |
| Octal | 155 | 33 | 326 | 61 | 127 | 0 | 20 | 412 | 116 | 57 |
| Binary | 1101101 | 11011 | 11010110 | 110001 | 1010111 | 0 | 10000 | 100001010 | 1001110 | 101111 |
Color Harmonies of #6D1BD6
Complementary color
Monochromatic Colors of #6D1BD6
Black with #6D1BD6
Text Example
Text Example
White with #6D1BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1BD6; }
p { color: rgb(109,27,214); }
H1.HeaderClassName
{
color: #6D1BD6;
}
.AnyTagClassName
{
color: #6D1BD6;
}
</style>
background-color css
<style>
a { background-color: #6D1BD6; }
a { background-color: rgb(109,27,214); }
div.DivClassName
{
background-color: #6D1BD6;
}
.BgClassName
{
background-color: #6D1BD6;
}
</style>
border-color css
<style>
span { border-color: #6D1BD6; }
span { border-color: rgb(109,27,214); }
td.TdClassName
{
border-color: #6D1BD6;
}
.TagClassName
{
border-color: #6D1BD6;
}
</style>