Shades of Purple Heart #7F3CBC
Tints of Purple Heart #7F3CBC
RGB
CMYK
RGB Variations
Color information
#7F3CBC (or 0x7F3CBC) is known color: Purple Heart. HEX triplet: 7F, 3C and BC. RGB value is (127,60,188). Sum of RGB (Red+Green+Blue) = 127+60+188=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F3CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3CBC is #80C343. Grayscale: #5E5E5E. Windows color (decimal): -8438596 or 12336255. OLE color: 12336255.
HSL color Cylindrical-coordinate representation of color #7F3CBC: hue angle of 271.41º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F3CBC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 60 | 188 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.26 |
| HSL | 271.41º | 0.52% | 0.49% | - |
| HSV(B) | 271.41º | 0.68% | 0.74% | - |
| XYZ | 19.45 | 11.37 | 48.75 | - |
| YUV | 94.63 | 180.7 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 188 | 0.32 | 0.68 | 0 | 0.26 | 271.41 | 0.52 | 0.49 |
| Hex | 7F | 3C | BC | 20 | 44 | 0 | 1A | 10F | 34 | 31 |
| Octal | 177 | 74 | 274 | 40 | 104 | 0 | 32 | 417 | 64 | 61 |
| Binary | 1111111 | 111100 | 10111100 | 100000 | 1000100 | 0 | 11010 | 100001111 | 110100 | 110001 |
Color Harmonies of #7F3CBC
Complementary color
Monochromatic Colors of #7F3CBC
Black with #7F3CBC
Text Example
Text Example
White with #7F3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3CBC; }
p { color: rgb(127,60,188); }
H1.HeaderClassName
{
color: #7F3CBC;
}
.AnyTagClassName
{
color: #7F3CBC;
}
</style>
background-color css
<style>
a { background-color: #7F3CBC; }
a { background-color: rgb(127,60,188); }
div.DivClassName
{
background-color: #7F3CBC;
}
.BgClassName
{
background-color: #7F3CBC;
}
</style>
border-color css
<style>
span { border-color: #7F3CBC; }
span { border-color: rgb(127,60,188); }
td.TdClassName
{
border-color: #7F3CBC;
}
.TagClassName
{
border-color: #7F3CBC;
}
</style>