Shades of Purple Heart #7F28BA
Tints of Purple Heart #7F28BA
RGB
CMYK
RGB Variations
Color information
#7F28BA (or 0x7F28BA) is known color: Purple Heart. HEX triplet: 7F, 28 and BA. RGB value is (127,40,186). Sum of RGB (Red+Green+Blue) = 127+40+186=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F28BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F28BA is #80D745. Grayscale: #525252. Windows color (decimal): -8443718 or 12200063. OLE color: 12200063.
HSL color Cylindrical-coordinate representation of color #7F28BA: hue angle of 275.75º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F28BA is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 40 | 186 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.27 |
| HSL | 275.75º | 0.65% | 0.44% | - |
| HSV(B) | 275.75º | 0.78% | 0.73% | - |
| XYZ | 18.37 | 9.57 | 47.33 | - |
| YUV | 82.66 | 186.32 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 186 | 0.32 | 0.78 | 0 | 0.27 | 275.75 | 0.65 | 0.44 |
| Hex | 7F | 28 | BA | 20 | 4E | 0 | 1B | 114 | 41 | 2C |
| Octal | 177 | 50 | 272 | 40 | 116 | 0 | 33 | 424 | 101 | 54 |
| Binary | 1111111 | 101000 | 10111010 | 100000 | 1001110 | 0 | 11011 | 100010100 | 1000001 | 101100 |
Color Harmonies of #7F28BA
Complementary color
Monochromatic Colors of #7F28BA
Black with #7F28BA
Text Example
Text Example
White with #7F28BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F28BA; }
p { color: rgb(127,40,186); }
H1.HeaderClassName
{
color: #7F28BA;
}
.AnyTagClassName
{
color: #7F28BA;
}
</style>
background-color css
<style>
a { background-color: #7F28BA; }
a { background-color: rgb(127,40,186); }
div.DivClassName
{
background-color: #7F28BA;
}
.BgClassName
{
background-color: #7F28BA;
}
</style>
border-color css
<style>
span { border-color: #7F28BA; }
span { border-color: rgb(127,40,186); }
td.TdClassName
{
border-color: #7F28BA;
}
.TagClassName
{
border-color: #7F28BA;
}
</style>