Shades of Purple Heart #6D10BB
Tints of Purple Heart #6D10BB
RGB
CMYK
RGB Variations
Color information
#6D10BB (or 0x6D10BB) is known color: Purple Heart. HEX triplet: 6D, 10 and BB. RGB value is (109,16,187). Sum of RGB (Red+Green+Blue) = 109+16+187=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D10BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D10BB is #92EF44. Grayscale: #3E3E3E. Windows color (decimal): -9629509 or 12259437. OLE color: 12259437.
HSL color Cylindrical-coordinate representation of color #6D10BB: hue angle of 272.63º 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 #6D10BB is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 16 | 187 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.27 |
| HSL | 272.63º | 0.84% | 0.4% | - |
| HSV(B) | 272.63º | 0.91% | 0.73% | - |
| XYZ | 15.46 | 7.21 | 47.59 | - |
| YUV | 63.3 | 197.81 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 187 | 0.42 | 0.91 | 0 | 0.27 | 272.63 | 0.84 | 0.4 |
| Hex | 6D | 10 | BB | 2A | 5B | 0 | 1B | 111 | 54 | 28 |
| Octal | 155 | 20 | 273 | 52 | 133 | 0 | 33 | 421 | 124 | 50 |
| Binary | 1101101 | 10000 | 10111011 | 101010 | 1011011 | 0 | 11011 | 100010001 | 1010100 | 101000 |
Color Harmonies of #6D10BB
Complementary color
Monochromatic Colors of #6D10BB
Black with #6D10BB
Text Example
Text Example
White with #6D10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D10BB; }
p { color: rgb(109,16,187); }
H1.HeaderClassName
{
color: #6D10BB;
}
.AnyTagClassName
{
color: #6D10BB;
}
</style>
background-color css
<style>
a { background-color: #6D10BB; }
a { background-color: rgb(109,16,187); }
div.DivClassName
{
background-color: #6D10BB;
}
.BgClassName
{
background-color: #6D10BB;
}
</style>
border-color css
<style>
span { border-color: #6D10BB; }
span { border-color: rgb(109,16,187); }
td.TdClassName
{
border-color: #6D10BB;
}
.TagClassName
{
border-color: #6D10BB;
}
</style>