Shades of Purple Heart #7F3EC9
Tints of Purple Heart #7F3EC9
RGB
CMYK
RGB Variations
Color information
#7F3EC9 (or 0x7F3EC9) is known color: Purple Heart. HEX triplet: 7F, 3E and C9. RGB value is (127,62,201). Sum of RGB (Red+Green+Blue) = 127+62+201=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #7F3EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3EC9 is #80C136. Grayscale: #606060. Windows color (decimal): -8438071 or 13188735. OLE color: 13188735.
HSL color Cylindrical-coordinate representation of color #7F3EC9: hue angle of 268.06º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F3EC9 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 62 | 201 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.21 |
| HSL | 268.06º | 0.56% | 0.52% | - |
| HSV(B) | 268.06º | 0.69% | 0.79% | - |
| XYZ | 21.02 | 12.17 | 56.5 | - |
| YUV | 97.28 | 186.53 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 62 | 201 | 0.37 | 0.69 | 0 | 0.21 | 268.06 | 0.56 | 0.52 |
| Hex | 7F | 3E | C9 | 25 | 45 | 0 | 15 | 10C | 38 | 34 |
| Octal | 177 | 76 | 311 | 45 | 105 | 0 | 25 | 414 | 70 | 64 |
| Binary | 1111111 | 111110 | 11001001 | 100101 | 1000101 | 0 | 10101 | 100001100 | 111000 | 110100 |
Color Harmonies of #7F3EC9
Complementary color
Monochromatic Colors of #7F3EC9
Black with #7F3EC9
Text Example
Text Example
White with #7F3EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3EC9; }
p { color: rgb(127,62,201); }
H1.HeaderClassName
{
color: #7F3EC9;
}
.AnyTagClassName
{
color: #7F3EC9;
}
</style>
background-color css
<style>
a { background-color: #7F3EC9; }
a { background-color: rgb(127,62,201); }
div.DivClassName
{
background-color: #7F3EC9;
}
.BgClassName
{
background-color: #7F3EC9;
}
</style>
border-color css
<style>
span { border-color: #7F3EC9; }
span { border-color: rgb(127,62,201); }
td.TdClassName
{
border-color: #7F3EC9;
}
.TagClassName
{
border-color: #7F3EC9;
}
</style>