Shades of Purple Heart #6D10BA
Tints of Purple Heart #6D10BA
RGB
CMYK
RGB Variations
Color information
#6D10BA (or 0x6D10BA) is known color: Purple Heart. HEX triplet: 6D, 10 and BA. RGB value is (109,16,186). Sum of RGB (Red+Green+Blue) = 109+16+186=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D10BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D10BA is #92EF45. Grayscale: #3E3E3E. Windows color (decimal): -9629510 or 12193901. OLE color: 12193901.
HSL color Cylindrical-coordinate representation of color #6D10BA: hue angle of 272.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D10BA is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 16 | 186 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.27 |
| HSL | 272.82º | 0.84% | 0.4% | - |
| HSV(B) | 272.82º | 0.91% | 0.73% | - |
| XYZ | 15.35 | 7.17 | 47.03 | - |
| YUV | 63.19 | 197.31 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 186 | 0.41 | 0.91 | 0 | 0.27 | 272.82 | 0.84 | 0.4 |
| Hex | 6D | 10 | BA | 29 | 5B | 0 | 1B | 111 | 54 | 28 |
| Octal | 155 | 20 | 272 | 51 | 133 | 0 | 33 | 421 | 124 | 50 |
| Binary | 1101101 | 10000 | 10111010 | 101001 | 1011011 | 0 | 11011 | 100010001 | 1010100 | 101000 |
Color Harmonies of #6D10BA
Complementary color
Monochromatic Colors of #6D10BA
Black with #6D10BA
Text Example
Text Example
White with #6D10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D10BA; }
p { color: rgb(109,16,186); }
H1.HeaderClassName
{
color: #6D10BA;
}
.AnyTagClassName
{
color: #6D10BA;
}
</style>
background-color css
<style>
a { background-color: #6D10BA; }
a { background-color: rgb(109,16,186); }
div.DivClassName
{
background-color: #6D10BA;
}
.BgClassName
{
background-color: #6D10BA;
}
</style>
border-color css
<style>
span { border-color: #6D10BA; }
span { border-color: rgb(109,16,186); }
td.TdClassName
{
border-color: #6D10BA;
}
.TagClassName
{
border-color: #6D10BA;
}
</style>