Shades of Purple Heart #7F1FBC
Tints of Purple Heart #7F1FBC
RGB
CMYK
RGB Variations
Color information
#7F1FBC (or 0x7F1FBC) is known color: Purple Heart. HEX triplet: 7F, 1F and BC. RGB value is (127,31,188). Sum of RGB (Red+Green+Blue) = 127+31+188=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F1FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1FBC is #80E043. Grayscale: #4D4D4D. Windows color (decimal): -8446020 or 12328831. OLE color: 12328831.
HSL color Cylindrical-coordinate representation of color #7F1FBC: hue angle of 276.69º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1FBC is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 31 | 188 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.26 |
| HSL | 276.69º | 0.72% | 0.43% | - |
| HSV(B) | 276.69º | 0.84% | 0.74% | - |
| XYZ | 18.32 | 9.12 | 48.37 | - |
| YUV | 77.6 | 190.3 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 31 | 188 | 0.32 | 0.84 | 0 | 0.26 | 276.69 | 0.72 | 0.43 |
| Hex | 7F | 1F | BC | 20 | 54 | 0 | 1A | 115 | 48 | 2B |
| Octal | 177 | 37 | 274 | 40 | 124 | 0 | 32 | 425 | 110 | 53 |
| Binary | 1111111 | 11111 | 10111100 | 100000 | 1010100 | 0 | 11010 | 100010101 | 1001000 | 101011 |
Color Harmonies of #7F1FBC
Complementary color
Monochromatic Colors of #7F1FBC
Black with #7F1FBC
Text Example
Text Example
White with #7F1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1FBC; }
p { color: rgb(127,31,188); }
H1.HeaderClassName
{
color: #7F1FBC;
}
.AnyTagClassName
{
color: #7F1FBC;
}
</style>
background-color css
<style>
a { background-color: #7F1FBC; }
a { background-color: rgb(127,31,188); }
div.DivClassName
{
background-color: #7F1FBC;
}
.BgClassName
{
background-color: #7F1FBC;
}
</style>
border-color css
<style>
span { border-color: #7F1FBC; }
span { border-color: rgb(127,31,188); }
td.TdClassName
{
border-color: #7F1FBC;
}
.TagClassName
{
border-color: #7F1FBC;
}
</style>