Shades of Purple Heart #6F29BB
Tints of Purple Heart #6F29BB
RGB
CMYK
RGB Variations
Color information
#6F29BB (or 0x6F29BB) is known color: Purple Heart. HEX triplet: 6F, 29 and BB. RGB value is (111,41,187). Sum of RGB (Red+Green+Blue) = 111+41+187=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F29BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F29BB is #90D644. Grayscale: #4E4E4E. Windows color (decimal): -9492037 or 12265839. OLE color: 12265839.
HSL color Cylindrical-coordinate representation of color #6F29BB: hue angle of 268.77º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F29BB is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 41 | 187 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.27 |
| HSL | 268.77º | 0.64% | 0.45% | - |
| HSV(B) | 268.77º | 0.78% | 0.73% | - |
| XYZ | 16.32 | 8.55 | 47.8 | - |
| YUV | 78.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 187 | 0.41 | 0.78 | 0 | 0.27 | 268.77 | 0.64 | 0.45 |
| Hex | 6F | 29 | BB | 29 | 4E | 0 | 1B | 10D | 40 | 2D |
| Octal | 157 | 51 | 273 | 51 | 116 | 0 | 33 | 415 | 100 | 55 |
| Binary | 1101111 | 101001 | 10111011 | 101001 | 1001110 | 0 | 11011 | 100001101 | 1000000 | 101101 |
Color Harmonies of #6F29BB
Complementary color
Monochromatic Colors of #6F29BB
Black with #6F29BB
Text Example
Text Example
White with #6F29BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F29BB; }
p { color: rgb(111,41,187); }
H1.HeaderClassName
{
color: #6F29BB;
}
.AnyTagClassName
{
color: #6F29BB;
}
</style>
background-color css
<style>
a { background-color: #6F29BB; }
a { background-color: rgb(111,41,187); }
div.DivClassName
{
background-color: #6F29BB;
}
.BgClassName
{
background-color: #6F29BB;
}
</style>
border-color css
<style>
span { border-color: #6F29BB; }
span { border-color: rgb(111,41,187); }
td.TdClassName
{
border-color: #6F29BB;
}
.TagClassName
{
border-color: #6F29BB;
}
</style>