Shades of Purple Heart #7F28BF
Tints of Purple Heart #7F28BF
RGB
CMYK
RGB Variations
Color information
#7F28BF (or 0x7F28BF) is known color: Purple Heart. HEX triplet: 7F, 28 and BF. RGB value is (127,40,191). Sum of RGB (Red+Green+Blue) = 127+40+191=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F28BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F28BF is #80D740. Grayscale: #525252. Windows color (decimal): -8443713 or 12527743. OLE color: 12527743.
HSL color Cylindrical-coordinate representation of color #7F28BF: hue angle of 274.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F28BF is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 40 | 191 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.25 |
| HSL | 274.57º | 0.65% | 0.45% | - |
| HSV(B) | 274.57º | 0.79% | 0.75% | - |
| XYZ | 18.92 | 9.79 | 50.18 | - |
| YUV | 83.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 191 | 0.34 | 0.79 | 0 | 0.25 | 274.57 | 0.65 | 0.45 |
| Hex | 7F | 28 | BF | 22 | 4F | 0 | 19 | 113 | 41 | 2D |
| Octal | 177 | 50 | 277 | 42 | 117 | 0 | 31 | 423 | 101 | 55 |
| Binary | 1111111 | 101000 | 10111111 | 100010 | 1001111 | 0 | 11001 | 100010011 | 1000001 | 101101 |
Color Harmonies of #7F28BF
Complementary color
Monochromatic Colors of #7F28BF
Black with #7F28BF
Text Example
Text Example
White with #7F28BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F28BF; }
p { color: rgb(127,40,191); }
H1.HeaderClassName
{
color: #7F28BF;
}
.AnyTagClassName
{
color: #7F28BF;
}
</style>
background-color css
<style>
a { background-color: #7F28BF; }
a { background-color: rgb(127,40,191); }
div.DivClassName
{
background-color: #7F28BF;
}
.BgClassName
{
background-color: #7F28BF;
}
</style>
border-color css
<style>
span { border-color: #7F28BF; }
span { border-color: rgb(127,40,191); }
td.TdClassName
{
border-color: #7F28BF;
}
.TagClassName
{
border-color: #7F28BF;
}
</style>