Shades of Purple Heart #7F2CBA
Tints of Purple Heart #7F2CBA
RGB
CMYK
RGB Variations
Color information
#7F2CBA (or 0x7F2CBA) is known color: Purple Heart. HEX triplet: 7F, 2C and BA. RGB value is (127,44,186). Sum of RGB (Red+Green+Blue) = 127+44+186=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F2CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2CBA is #80D345. Grayscale: #545454. Windows color (decimal): -8442694 or 12201087. OLE color: 12201087.
HSL color Cylindrical-coordinate representation of color #7F2CBA: hue angle of 275.07º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F2CBA is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 44 | 186 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.27 |
| HSL | 275.07º | 0.62% | 0.45% | - |
| HSV(B) | 275.07º | 0.76% | 0.73% | - |
| XYZ | 18.52 | 9.86 | 47.38 | - |
| YUV | 85.01 | 185 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 186 | 0.32 | 0.76 | 0 | 0.27 | 275.07 | 0.62 | 0.45 |
| Hex | 7F | 2C | BA | 20 | 4C | 0 | 1B | 113 | 3E | 2D |
| Octal | 177 | 54 | 272 | 40 | 114 | 0 | 33 | 423 | 76 | 55 |
| Binary | 1111111 | 101100 | 10111010 | 100000 | 1001100 | 0 | 11011 | 100010011 | 111110 | 101101 |
Color Harmonies of #7F2CBA
Complementary color
Monochromatic Colors of #7F2CBA
Black with #7F2CBA
Text Example
Text Example
White with #7F2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2CBA; }
p { color: rgb(127,44,186); }
H1.HeaderClassName
{
color: #7F2CBA;
}
.AnyTagClassName
{
color: #7F2CBA;
}
</style>
background-color css
<style>
a { background-color: #7F2CBA; }
a { background-color: rgb(127,44,186); }
div.DivClassName
{
background-color: #7F2CBA;
}
.BgClassName
{
background-color: #7F2CBA;
}
</style>
border-color css
<style>
span { border-color: #7F2CBA; }
span { border-color: rgb(127,44,186); }
td.TdClassName
{
border-color: #7F2CBA;
}
.TagClassName
{
border-color: #7F2CBA;
}
</style>