Shades of Purple Heart #7F2EBC
Tints of Purple Heart #7F2EBC
RGB
CMYK
RGB Variations
Color information
#7F2EBC (or 0x7F2EBC) is known color: Purple Heart. HEX triplet: 7F, 2E and BC. RGB value is (127,46,188). Sum of RGB (Red+Green+Blue) = 127+46+188=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F2EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2EBC is #80D143. Grayscale: #555555. Windows color (decimal): -8442180 or 12332671. OLE color: 12332671.
HSL color Cylindrical-coordinate representation of color #7F2EBC: hue angle of 274.23º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F2EBC is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 46 | 188 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.26 |
| HSL | 274.23º | 0.61% | 0.46% | - |
| HSV(B) | 274.23º | 0.76% | 0.74% | - |
| XYZ | 18.81 | 10.1 | 48.53 | - |
| YUV | 86.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 46 | 188 | 0.32 | 0.76 | 0 | 0.26 | 274.23 | 0.61 | 0.46 |
| Hex | 7F | 2E | BC | 20 | 4C | 0 | 1A | 112 | 3D | 2E |
| Octal | 177 | 56 | 274 | 40 | 114 | 0 | 32 | 422 | 75 | 56 |
| Binary | 1111111 | 101110 | 10111100 | 100000 | 1001100 | 0 | 11010 | 100010010 | 111101 | 101110 |
Color Harmonies of #7F2EBC
Complementary color
Monochromatic Colors of #7F2EBC
Black with #7F2EBC
Text Example
Text Example
White with #7F2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2EBC; }
p { color: rgb(127,46,188); }
H1.HeaderClassName
{
color: #7F2EBC;
}
.AnyTagClassName
{
color: #7F2EBC;
}
</style>
background-color css
<style>
a { background-color: #7F2EBC; }
a { background-color: rgb(127,46,188); }
div.DivClassName
{
background-color: #7F2EBC;
}
.BgClassName
{
background-color: #7F2EBC;
}
</style>
border-color css
<style>
span { border-color: #7F2EBC; }
span { border-color: rgb(127,46,188); }
td.TdClassName
{
border-color: #7F2EBC;
}
.TagClassName
{
border-color: #7F2EBC;
}
</style>