Shades of Purple Heart #7D39BA
Tints of Purple Heart #7D39BA
RGB
CMYK
RGB Variations
Color information
#7D39BA (or 0x7D39BA) is known color: Purple Heart. HEX triplet: 7D, 39 and BA. RGB value is (125,57,186). Sum of RGB (Red+Green+Blue) = 125+57+186=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D39BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D39BA is #82C645. Grayscale: #5B5B5B. Windows color (decimal): -8570438 or 12204413. OLE color: 12204413.
HSL color Cylindrical-coordinate representation of color #7D39BA: hue angle of 271.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D39BA is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 57 | 186 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.27 |
| HSL | 271.63º | 0.53% | 0.48% | - |
| HSV(B) | 271.63º | 0.69% | 0.73% | - |
| XYZ | 18.78 | 10.83 | 47.56 | - |
| YUV | 92.04 | 181.03 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 186 | 0.33 | 0.69 | 0 | 0.27 | 271.63 | 0.53 | 0.48 |
| Hex | 7D | 39 | BA | 21 | 45 | 0 | 1B | 110 | 35 | 30 |
| Octal | 175 | 71 | 272 | 41 | 105 | 0 | 33 | 420 | 65 | 60 |
| Binary | 1111101 | 111001 | 10111010 | 100001 | 1000101 | 0 | 11011 | 100010000 | 110101 | 110000 |
Color Harmonies of #7D39BA
Complementary color
Monochromatic Colors of #7D39BA
Black with #7D39BA
Text Example
Text Example
White with #7D39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D39BA; }
p { color: rgb(125,57,186); }
H1.HeaderClassName
{
color: #7D39BA;
}
.AnyTagClassName
{
color: #7D39BA;
}
</style>
background-color css
<style>
a { background-color: #7D39BA; }
a { background-color: rgb(125,57,186); }
div.DivClassName
{
background-color: #7D39BA;
}
.BgClassName
{
background-color: #7D39BA;
}
</style>
border-color css
<style>
span { border-color: #7D39BA; }
span { border-color: rgb(125,57,186); }
td.TdClassName
{
border-color: #7D39BA;
}
.TagClassName
{
border-color: #7D39BA;
}
</style>