Shades of Purple Heart #7F28BC
Tints of Purple Heart #7F28BC
RGB
CMYK
RGB Variations
Color information
#7F28BC (or 0x7F28BC) is known color: Purple Heart. HEX triplet: 7F, 28 and BC. RGB value is (127,40,188). Sum of RGB (Red+Green+Blue) = 127+40+188=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F28BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F28BC is #80D743. Grayscale: #525252. Windows color (decimal): -8443716 or 12331135. OLE color: 12331135.
HSL color Cylindrical-coordinate representation of color #7F28BC: hue angle of 275.27º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F28BC is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 40 | 188 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.26 |
| HSL | 275.27º | 0.65% | 0.45% | - |
| HSV(B) | 275.27º | 0.79% | 0.74% | - |
| XYZ | 18.59 | 9.66 | 48.46 | - |
| YUV | 82.89 | 187.32 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 188 | 0.32 | 0.79 | 0 | 0.26 | 275.27 | 0.65 | 0.45 |
| Hex | 7F | 28 | BC | 20 | 4F | 0 | 1A | 113 | 41 | 2D |
| Octal | 177 | 50 | 274 | 40 | 117 | 0 | 32 | 423 | 101 | 55 |
| Binary | 1111111 | 101000 | 10111100 | 100000 | 1001111 | 0 | 11010 | 100010011 | 1000001 | 101101 |
Color Harmonies of #7F28BC
Complementary color
Monochromatic Colors of #7F28BC
Black with #7F28BC
Text Example
Text Example
White with #7F28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F28BC; }
p { color: rgb(127,40,188); }
H1.HeaderClassName
{
color: #7F28BC;
}
.AnyTagClassName
{
color: #7F28BC;
}
</style>
background-color css
<style>
a { background-color: #7F28BC; }
a { background-color: rgb(127,40,188); }
div.DivClassName
{
background-color: #7F28BC;
}
.BgClassName
{
background-color: #7F28BC;
}
</style>
border-color css
<style>
span { border-color: #7F28BC; }
span { border-color: rgb(127,40,188); }
td.TdClassName
{
border-color: #7F28BC;
}
.TagClassName
{
border-color: #7F28BC;
}
</style>