Shades of Purple Heart #6D1ABB
Tints of Purple Heart #6D1ABB
RGB
CMYK
RGB Variations
Color information
#6D1ABB (or 0x6D1ABB) is known color: Purple Heart. HEX triplet: 6D, 1A and BB. RGB value is (109,26,187). Sum of RGB (Red+Green+Blue) = 109+26+187=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D1ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1ABB is #92E544. Grayscale: #444444. Windows color (decimal): -9626949 or 12261997. OLE color: 12261997.
HSL color Cylindrical-coordinate representation of color #6D1ABB: hue angle of 270.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1ABB is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 26 | 187 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.27 |
| HSL | 270.93º | 0.76% | 0.42% | - |
| HSV(B) | 270.93º | 0.86% | 0.73% | - |
| XYZ | 15.65 | 7.58 | 47.65 | - |
| YUV | 69.17 | 194.5 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 187 | 0.42 | 0.86 | 0 | 0.27 | 270.93 | 0.76 | 0.42 |
| Hex | 6D | 1A | BB | 2A | 56 | 0 | 1B | 10F | 4C | 2A |
| Octal | 155 | 32 | 273 | 52 | 126 | 0 | 33 | 417 | 114 | 52 |
| Binary | 1101101 | 11010 | 10111011 | 101010 | 1010110 | 0 | 11011 | 100001111 | 1001100 | 101010 |
Color Harmonies of #6D1ABB
Complementary color
Monochromatic Colors of #6D1ABB
Black with #6D1ABB
Text Example
Text Example
White with #6D1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1ABB; }
p { color: rgb(109,26,187); }
H1.HeaderClassName
{
color: #6D1ABB;
}
.AnyTagClassName
{
color: #6D1ABB;
}
</style>
background-color css
<style>
a { background-color: #6D1ABB; }
a { background-color: rgb(109,26,187); }
div.DivClassName
{
background-color: #6D1ABB;
}
.BgClassName
{
background-color: #6D1ABB;
}
</style>
border-color css
<style>
span { border-color: #6D1ABB; }
span { border-color: rgb(109,26,187); }
td.TdClassName
{
border-color: #6D1ABB;
}
.TagClassName
{
border-color: #6D1ABB;
}
</style>