Shades of Purple Heart #7F3EBD
Tints of Purple Heart #7F3EBD
RGB
CMYK
RGB Variations
Color information
#7F3EBD (or 0x7F3EBD) is known color: Purple Heart. HEX triplet: 7F, 3E and BD. RGB value is (127,62,189). Sum of RGB (Red+Green+Blue) = 127+62+189=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F3EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3EBD is #80C142. Grayscale: #5F5F5F. Windows color (decimal): -8438083 or 12402303. OLE color: 12402303.
HSL color Cylindrical-coordinate representation of color #7F3EBD: hue angle of 270.71º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F3EBD is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 62 | 189 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.26 |
| HSL | 270.71º | 0.51% | 0.49% | - |
| HSV(B) | 270.71º | 0.67% | 0.74% | - |
| XYZ | 19.66 | 11.63 | 49.35 | - |
| YUV | 95.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 62 | 189 | 0.33 | 0.67 | 0 | 0.26 | 270.71 | 0.51 | 0.49 |
| Hex | 7F | 3E | BD | 21 | 43 | 0 | 1A | 10F | 33 | 31 |
| Octal | 177 | 76 | 275 | 41 | 103 | 0 | 32 | 417 | 63 | 61 |
| Binary | 1111111 | 111110 | 10111101 | 100001 | 1000011 | 0 | 11010 | 100001111 | 110011 | 110001 |
Color Harmonies of #7F3EBD
Complementary color
Monochromatic Colors of #7F3EBD
Black with #7F3EBD
Text Example
Text Example
White with #7F3EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3EBD; }
p { color: rgb(127,62,189); }
H1.HeaderClassName
{
color: #7F3EBD;
}
.AnyTagClassName
{
color: #7F3EBD;
}
</style>
background-color css
<style>
a { background-color: #7F3EBD; }
a { background-color: rgb(127,62,189); }
div.DivClassName
{
background-color: #7F3EBD;
}
.BgClassName
{
background-color: #7F3EBD;
}
</style>
border-color css
<style>
span { border-color: #7F3EBD; }
span { border-color: rgb(127,62,189); }
td.TdClassName
{
border-color: #7F3EBD;
}
.TagClassName
{
border-color: #7F3EBD;
}
</style>