Shades of Purple Heart #7F32BE
Tints of Purple Heart #7F32BE
RGB
CMYK
RGB Variations
Color information
#7F32BE (or 0x7F32BE) is known color: Purple Heart. HEX triplet: 7F, 32 and BE. RGB value is (127,50,190). Sum of RGB (Red+Green+Blue) = 127+50+190=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F32BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F32BE is #80CD41. Grayscale: #585858. Windows color (decimal): -8441154 or 12464767. OLE color: 12464767.
HSL color Cylindrical-coordinate representation of color #7F32BE: hue angle of 273º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F32BE is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 50 | 190 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.25 |
| HSL | 273º | 0.58% | 0.47% | - |
| HSV(B) | 273º | 0.74% | 0.75% | - |
| XYZ | 19.19 | 10.51 | 49.73 | - |
| YUV | 88.98 | 185.01 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 190 | 0.33 | 0.74 | 0 | 0.25 | 273 | 0.58 | 0.47 |
| Hex | 7F | 32 | BE | 21 | 4A | 0 | 19 | 111 | 3A | 2F |
| Octal | 177 | 62 | 276 | 41 | 112 | 0 | 31 | 421 | 72 | 57 |
| Binary | 1111111 | 110010 | 10111110 | 100001 | 1001010 | 0 | 11001 | 100010001 | 111010 | 101111 |
Color Harmonies of #7F32BE
Complementary color
Monochromatic Colors of #7F32BE
Black with #7F32BE
Text Example
Text Example
White with #7F32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F32BE; }
p { color: rgb(127,50,190); }
H1.HeaderClassName
{
color: #7F32BE;
}
.AnyTagClassName
{
color: #7F32BE;
}
</style>
background-color css
<style>
a { background-color: #7F32BE; }
a { background-color: rgb(127,50,190); }
div.DivClassName
{
background-color: #7F32BE;
}
.BgClassName
{
background-color: #7F32BE;
}
</style>
border-color css
<style>
span { border-color: #7F32BE; }
span { border-color: rgb(127,50,190); }
td.TdClassName
{
border-color: #7F32BE;
}
.TagClassName
{
border-color: #7F32BE;
}
</style>