Shades of Purple Heart #7F20BD
Tints of Purple Heart #7F20BD
RGB
CMYK
RGB Variations
Color information
#7F20BD (or 0x7F20BD) is known color: Purple Heart. HEX triplet: 7F, 20 and BD. RGB value is (127,32,189). Sum of RGB (Red+Green+Blue) = 127+32+189=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F20BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F20BD is #80DF42. Grayscale: #4D4D4D. Windows color (decimal): -8445763 or 12394623. OLE color: 12394623.
HSL color Cylindrical-coordinate representation of color #7F20BD: hue angle of 276.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F20BD is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 32 | 189 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.26 |
| HSL | 276.31º | 0.71% | 0.43% | - |
| HSV(B) | 276.31º | 0.83% | 0.74% | - |
| XYZ | 18.45 | 9.22 | 48.95 | - |
| YUV | 78.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 189 | 0.33 | 0.83 | 0 | 0.26 | 276.31 | 0.71 | 0.43 |
| Hex | 7F | 20 | BD | 21 | 53 | 0 | 1A | 114 | 47 | 2B |
| Octal | 177 | 40 | 275 | 41 | 123 | 0 | 32 | 424 | 107 | 53 |
| Binary | 1111111 | 100000 | 10111101 | 100001 | 1010011 | 0 | 11010 | 100010100 | 1000111 | 101011 |
Color Harmonies of #7F20BD
Complementary color
Monochromatic Colors of #7F20BD
Black with #7F20BD
Text Example
Text Example
White with #7F20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F20BD; }
p { color: rgb(127,32,189); }
H1.HeaderClassName
{
color: #7F20BD;
}
.AnyTagClassName
{
color: #7F20BD;
}
</style>
background-color css
<style>
a { background-color: #7F20BD; }
a { background-color: rgb(127,32,189); }
div.DivClassName
{
background-color: #7F20BD;
}
.BgClassName
{
background-color: #7F20BD;
}
</style>
border-color css
<style>
span { border-color: #7F20BD; }
span { border-color: rgb(127,32,189); }
td.TdClassName
{
border-color: #7F20BD;
}
.TagClassName
{
border-color: #7F20BD;
}
</style>