Shades of Purple Heart #7F3FC5
Tints of Purple Heart #7F3FC5
RGB
CMYK
RGB Variations
Color information
#7F3FC5 (or 0x7F3FC5) is known color: Purple Heart. HEX triplet: 7F, 3F and C5. RGB value is (127,63,197). Sum of RGB (Red+Green+Blue) = 127+63+197=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #7F3FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3FC5 is #80C03A. Grayscale: #606060. Windows color (decimal): -8437819 or 12926847. OLE color: 12926847.
HSL color Cylindrical-coordinate representation of color #7F3FC5: hue angle of 268.66º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F3FC5 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 63 | 197 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.23 |
| HSL | 268.66º | 0.54% | 0.51% | - |
| HSV(B) | 268.66º | 0.68% | 0.77% | - |
| XYZ | 20.61 | 12.1 | 54.07 | - |
| YUV | 97.41 | 184.2 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 63 | 197 | 0.36 | 0.68 | 0 | 0.23 | 268.66 | 0.54 | 0.51 |
| Hex | 7F | 3F | C5 | 24 | 44 | 0 | 17 | 10D | 36 | 33 |
| Octal | 177 | 77 | 305 | 44 | 104 | 0 | 27 | 415 | 66 | 63 |
| Binary | 1111111 | 111111 | 11000101 | 100100 | 1000100 | 0 | 10111 | 100001101 | 110110 | 110011 |
Color Harmonies of #7F3FC5
Complementary color
Monochromatic Colors of #7F3FC5
Black with #7F3FC5
Text Example
Text Example
White with #7F3FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3FC5; }
p { color: rgb(127,63,197); }
H1.HeaderClassName
{
color: #7F3FC5;
}
.AnyTagClassName
{
color: #7F3FC5;
}
</style>
background-color css
<style>
a { background-color: #7F3FC5; }
a { background-color: rgb(127,63,197); }
div.DivClassName
{
background-color: #7F3FC5;
}
.BgClassName
{
background-color: #7F3FC5;
}
</style>
border-color css
<style>
span { border-color: #7F3FC5; }
span { border-color: rgb(127,63,197); }
td.TdClassName
{
border-color: #7F3FC5;
}
.TagClassName
{
border-color: #7F3FC5;
}
</style>