Shades of Purple Heart #7F3ABC
Tints of Purple Heart #7F3ABC
RGB
CMYK
RGB Variations
Color information
#7F3ABC (or 0x7F3ABC) is known color: Purple Heart. HEX triplet: 7F, 3A and BC. RGB value is (127,58,188). Sum of RGB (Red+Green+Blue) = 127+58+188=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F3ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3ABC is #80C543. Grayscale: #5D5D5D. Windows color (decimal): -8439108 or 12335743. OLE color: 12335743.
HSL color Cylindrical-coordinate representation of color #7F3ABC: hue angle of 271.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F3ABC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 58 | 188 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.26 |
| HSL | 271.85º | 0.53% | 0.48% | - |
| HSV(B) | 271.85º | 0.69% | 0.74% | - |
| XYZ | 19.34 | 11.17 | 48.71 | - |
| YUV | 93.45 | 181.36 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 188 | 0.32 | 0.69 | 0 | 0.26 | 271.85 | 0.53 | 0.48 |
| Hex | 7F | 3A | BC | 20 | 45 | 0 | 1A | 110 | 35 | 30 |
| Octal | 177 | 72 | 274 | 40 | 105 | 0 | 32 | 420 | 65 | 60 |
| Binary | 1111111 | 111010 | 10111100 | 100000 | 1000101 | 0 | 11010 | 100010000 | 110101 | 110000 |
Color Harmonies of #7F3ABC
Complementary color
Monochromatic Colors of #7F3ABC
Black with #7F3ABC
Text Example
Text Example
White with #7F3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3ABC; }
p { color: rgb(127,58,188); }
H1.HeaderClassName
{
color: #7F3ABC;
}
.AnyTagClassName
{
color: #7F3ABC;
}
</style>
background-color css
<style>
a { background-color: #7F3ABC; }
a { background-color: rgb(127,58,188); }
div.DivClassName
{
background-color: #7F3ABC;
}
.BgClassName
{
background-color: #7F3ABC;
}
</style>
border-color css
<style>
span { border-color: #7F3ABC; }
span { border-color: rgb(127,58,188); }
td.TdClassName
{
border-color: #7F3ABC;
}
.TagClassName
{
border-color: #7F3ABC;
}
</style>