Shades of Purple Heart #7F2CBC
Tints of Purple Heart #7F2CBC
RGB
CMYK
RGB Variations
Color information
#7F2CBC (or 0x7F2CBC) is known color: Purple Heart. HEX triplet: 7F, 2C and BC. RGB value is (127,44,188). Sum of RGB (Red+Green+Blue) = 127+44+188=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2CBC is #80D343. Grayscale: #545454. Windows color (decimal): -8442692 or 12332159. OLE color: 12332159.
HSL color Cylindrical-coordinate representation of color #7F2CBC: hue angle of 274.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F2CBC is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 44 | 188 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.26 |
| HSL | 274.58º | 0.62% | 0.45% | - |
| HSV(B) | 274.58º | 0.77% | 0.74% | - |
| XYZ | 18.73 | 9.94 | 48.51 | - |
| YUV | 85.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 188 | 0.32 | 0.77 | 0 | 0.26 | 274.58 | 0.62 | 0.45 |
| Hex | 7F | 2C | BC | 20 | 4D | 0 | 1A | 113 | 3E | 2D |
| Octal | 177 | 54 | 274 | 40 | 115 | 0 | 32 | 423 | 76 | 55 |
| Binary | 1111111 | 101100 | 10111100 | 100000 | 1001101 | 0 | 11010 | 100010011 | 111110 | 101101 |
Color Harmonies of #7F2CBC
Complementary color
Monochromatic Colors of #7F2CBC
Black with #7F2CBC
Text Example
Text Example
White with #7F2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2CBC; }
p { color: rgb(127,44,188); }
H1.HeaderClassName
{
color: #7F2CBC;
}
.AnyTagClassName
{
color: #7F2CBC;
}
</style>
background-color css
<style>
a { background-color: #7F2CBC; }
a { background-color: rgb(127,44,188); }
div.DivClassName
{
background-color: #7F2CBC;
}
.BgClassName
{
background-color: #7F2CBC;
}
</style>
border-color css
<style>
span { border-color: #7F2CBC; }
span { border-color: rgb(127,44,188); }
td.TdClassName
{
border-color: #7F2CBC;
}
.TagClassName
{
border-color: #7F2CBC;
}
</style>