Shades of Purple Heart #6F2CB7
Tints of Purple Heart #6F2CB7
RGB
CMYK
RGB Variations
Color information
#6F2CB7 (or 0x6F2CB7) is known color: Purple Heart. HEX triplet: 6F, 2C and B7. RGB value is (111,44,183). Sum of RGB (Red+Green+Blue) = 111+44+183=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 183 (71.88% from 255 or 54.14% from 338); Max value from RGB is 183 - color contains mainly: blue. Hex color #6F2CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2CB7 is #90D348. Grayscale: #4F4F4F. Windows color (decimal): -9491273 or 12004463. OLE color: 12004463.
HSL color Cylindrical-coordinate representation of color #6F2CB7: hue angle of 268.92º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F2CB7 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 44 | 183 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.28 |
| HSL | 268.92º | 0.61% | 0.45% | - |
| HSV(B) | 268.92º | 0.76% | 0.72% | - |
| XYZ | 16 | 8.6 | 45.62 | - |
| YUV | 79.88 | 186.2 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 183 | 0.39 | 0.76 | 0 | 0.28 | 268.92 | 0.61 | 0.45 |
| Hex | 6F | 2C | B7 | 27 | 4C | 0 | 1C | 10D | 3D | 2D |
| Octal | 157 | 54 | 267 | 47 | 114 | 0 | 34 | 415 | 75 | 55 |
| Binary | 1101111 | 101100 | 10110111 | 100111 | 1001100 | 0 | 11100 | 100001101 | 111101 | 101101 |
Color Harmonies of #6F2CB7
Complementary color
Monochromatic Colors of #6F2CB7
Black with #6F2CB7
Text Example
Text Example
White with #6F2CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2CB7; }
p { color: rgb(111,44,183); }
H1.HeaderClassName
{
color: #6F2CB7;
}
.AnyTagClassName
{
color: #6F2CB7;
}
</style>
background-color css
<style>
a { background-color: #6F2CB7; }
a { background-color: rgb(111,44,183); }
div.DivClassName
{
background-color: #6F2CB7;
}
.BgClassName
{
background-color: #6F2CB7;
}
</style>
border-color css
<style>
span { border-color: #6F2CB7; }
span { border-color: rgb(111,44,183); }
td.TdClassName
{
border-color: #6F2CB7;
}
.TagClassName
{
border-color: #6F2CB7;
}
</style>