Shades of Purple Heart #7F21BA
Tints of Purple Heart #7F21BA
RGB
CMYK
RGB Variations
Color information
#7F21BA (or 0x7F21BA) is known color: Purple Heart. HEX triplet: 7F, 21 and BA. RGB value is (127,33,186). Sum of RGB (Red+Green+Blue) = 127+33+186=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F21BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F21BA is #80DE45. Grayscale: #4E4E4E. Windows color (decimal): -8445510 or 12198271. OLE color: 12198271.
HSL color Cylindrical-coordinate representation of color #7F21BA: hue angle of 276.86º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F21BA is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 33 | 186 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.27 |
| HSL | 276.86º | 0.7% | 0.43% | - |
| HSV(B) | 276.86º | 0.82% | 0.73% | - |
| XYZ | 18.16 | 9.14 | 47.26 | - |
| YUV | 78.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 186 | 0.32 | 0.82 | 0 | 0.27 | 276.86 | 0.7 | 0.43 |
| Hex | 7F | 21 | BA | 20 | 52 | 0 | 1B | 115 | 46 | 2B |
| Octal | 177 | 41 | 272 | 40 | 122 | 0 | 33 | 425 | 106 | 53 |
| Binary | 1111111 | 100001 | 10111010 | 100000 | 1010010 | 0 | 11011 | 100010101 | 1000110 | 101011 |
Color Harmonies of #7F21BA
Complementary color
Monochromatic Colors of #7F21BA
Black with #7F21BA
Text Example
Text Example
White with #7F21BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F21BA; }
p { color: rgb(127,33,186); }
H1.HeaderClassName
{
color: #7F21BA;
}
.AnyTagClassName
{
color: #7F21BA;
}
</style>
background-color css
<style>
a { background-color: #7F21BA; }
a { background-color: rgb(127,33,186); }
div.DivClassName
{
background-color: #7F21BA;
}
.BgClassName
{
background-color: #7F21BA;
}
</style>
border-color css
<style>
span { border-color: #7F21BA; }
span { border-color: rgb(127,33,186); }
td.TdClassName
{
border-color: #7F21BA;
}
.TagClassName
{
border-color: #7F21BA;
}
</style>