Shades of Purple Heart #7F20B1
Tints of Purple Heart #7F20B1
RGB
CMYK
RGB Variations
Color information
#7F20B1 (or 0x7F20B1) is known color: Purple Heart. HEX triplet: 7F, 20 and B1. RGB value is (127,32,177). Sum of RGB (Red+Green+Blue) = 127+32+177=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #7F20B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F20B1 is #80DF4E. Grayscale: #4C4C4C. Windows color (decimal): -8445775 or 11608191. OLE color: 11608191.
HSL color Cylindrical-coordinate representation of color #7F20B1: hue angle of 279.31º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F20B1 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 32 | 177 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.31 |
| HSL | 279.31º | 0.69% | 0.41% | - |
| HSV(B) | 279.31º | 0.82% | 0.69% | - |
| XYZ | 17.2 | 8.72 | 42.37 | - |
| YUV | 76.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 177 | 0.28 | 0.82 | 0 | 0.31 | 279.31 | 0.69 | 0.41 |
| Hex | 7F | 20 | B1 | 1C | 52 | 0 | 1F | 117 | 45 | 29 |
| Octal | 177 | 40 | 261 | 34 | 122 | 0 | 37 | 427 | 105 | 51 |
| Binary | 1111111 | 100000 | 10110001 | 11100 | 1010010 | 0 | 11111 | 100010111 | 1000101 | 101001 |
Color Harmonies of #7F20B1
Complementary color
Monochromatic Colors of #7F20B1
Black with #7F20B1
Text Example
Text Example
White with #7F20B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F20B1; }
p { color: rgb(127,32,177); }
H1.HeaderClassName
{
color: #7F20B1;
}
.AnyTagClassName
{
color: #7F20B1;
}
</style>
background-color css
<style>
a { background-color: #7F20B1; }
a { background-color: rgb(127,32,177); }
div.DivClassName
{
background-color: #7F20B1;
}
.BgClassName
{
background-color: #7F20B1;
}
</style>
border-color css
<style>
span { border-color: #7F20B1; }
span { border-color: rgb(127,32,177); }
td.TdClassName
{
border-color: #7F20B1;
}
.TagClassName
{
border-color: #7F20B1;
}
</style>