Shades of Purple Heart #6D10BD
Tints of Purple Heart #6D10BD
RGB
CMYK
RGB Variations
Color information
#6D10BD (or 0x6D10BD) is known color: Purple Heart. HEX triplet: 6D, 10 and BD. RGB value is (109,16,189). Sum of RGB (Red+Green+Blue) = 109+16+189=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D10BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D10BD is #92EF42. Grayscale: #3E3E3E. Windows color (decimal): -9629507 or 12390509. OLE color: 12390509.
HSL color Cylindrical-coordinate representation of color #6D10BD: hue angle of 272.25º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D10BD is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 16 | 189 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.26 |
| HSL | 272.25º | 0.84% | 0.4% | - |
| HSV(B) | 272.25º | 0.92% | 0.74% | - |
| XYZ | 15.68 | 7.3 | 48.73 | - |
| YUV | 63.53 | 198.81 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 189 | 0.42 | 0.92 | 0 | 0.26 | 272.25 | 0.84 | 0.4 |
| Hex | 6D | 10 | BD | 2A | 5C | 0 | 1A | 110 | 54 | 28 |
| Octal | 155 | 20 | 275 | 52 | 134 | 0 | 32 | 420 | 124 | 50 |
| Binary | 1101101 | 10000 | 10111101 | 101010 | 1011100 | 0 | 11010 | 100010000 | 1010100 | 101000 |
Color Harmonies of #6D10BD
Complementary color
Monochromatic Colors of #6D10BD
Black with #6D10BD
Text Example
Text Example
White with #6D10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D10BD; }
p { color: rgb(109,16,189); }
H1.HeaderClassName
{
color: #6D10BD;
}
.AnyTagClassName
{
color: #6D10BD;
}
</style>
background-color css
<style>
a { background-color: #6D10BD; }
a { background-color: rgb(109,16,189); }
div.DivClassName
{
background-color: #6D10BD;
}
.BgClassName
{
background-color: #6D10BD;
}
</style>
border-color css
<style>
span { border-color: #6D10BD; }
span { border-color: rgb(109,16,189); }
td.TdClassName
{
border-color: #6D10BD;
}
.TagClassName
{
border-color: #6D10BD;
}
</style>