Shades of Purple Heart #7F2FBD
Tints of Purple Heart #7F2FBD
RGB
CMYK
RGB Variations
Color information
#7F2FBD (or 0x7F2FBD) is known color: Purple Heart. HEX triplet: 7F, 2F and BD. RGB value is (127,47,189). Sum of RGB (Red+Green+Blue) = 127+47+189=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F2FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2FBD is #80D042. Grayscale: #565656. Windows color (decimal): -8441923 or 12398463. OLE color: 12398463.
HSL color Cylindrical-coordinate representation of color #7F2FBD: hue angle of 273.8º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2FBD is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 47 | 189 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.26 |
| HSL | 273.8º | 0.6% | 0.46% | - |
| HSV(B) | 273.8º | 0.75% | 0.74% | - |
| XYZ | 18.95 | 10.22 | 49.12 | - |
| YUV | 87.11 | 185.5 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 189 | 0.33 | 0.75 | 0 | 0.26 | 273.8 | 0.6 | 0.46 |
| Hex | 7F | 2F | BD | 21 | 4B | 0 | 1A | 112 | 3C | 2E |
| Octal | 177 | 57 | 275 | 41 | 113 | 0 | 32 | 422 | 74 | 56 |
| Binary | 1111111 | 101111 | 10111101 | 100001 | 1001011 | 0 | 11010 | 100010010 | 111100 | 101110 |
Color Harmonies of #7F2FBD
Complementary color
Monochromatic Colors of #7F2FBD
Black with #7F2FBD
Text Example
Text Example
White with #7F2FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2FBD; }
p { color: rgb(127,47,189); }
H1.HeaderClassName
{
color: #7F2FBD;
}
.AnyTagClassName
{
color: #7F2FBD;
}
</style>
background-color css
<style>
a { background-color: #7F2FBD; }
a { background-color: rgb(127,47,189); }
div.DivClassName
{
background-color: #7F2FBD;
}
.BgClassName
{
background-color: #7F2FBD;
}
</style>
border-color css
<style>
span { border-color: #7F2FBD; }
span { border-color: rgb(127,47,189); }
td.TdClassName
{
border-color: #7F2FBD;
}
.TagClassName
{
border-color: #7F2FBD;
}
</style>