Shades of Purple Heart #7439B7
Tints of Purple Heart #7439B7
RGB
CMYK
RGB Variations
Color information
#7439B7 (or 0x7439B7) is known color: Purple Heart. HEX triplet: 74, 39 and B7. RGB value is (116,57,183). Sum of RGB (Red+Green+Blue) = 116+57+183=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #7439B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7439B7 is #8BC648. Grayscale: #585858. Windows color (decimal): -9160265 or 12007796. OLE color: 12007796.
HSL color Cylindrical-coordinate representation of color #7439B7: hue angle of 268.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7439B7 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 57 | 183 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.28 |
| HSL | 268.1º | 0.53% | 0.47% | - |
| HSV(B) | 268.1º | 0.69% | 0.72% | - |
| XYZ | 17.21 | 10.06 | 45.83 | - |
| YUV | 89.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 183 | 0.37 | 0.69 | 0 | 0.28 | 268.1 | 0.53 | 0.47 |
| Hex | 74 | 39 | B7 | 25 | 45 | 0 | 1C | 10C | 34 | 2F |
| Octal | 164 | 71 | 267 | 45 | 105 | 0 | 34 | 414 | 64 | 57 |
| Binary | 1110100 | 111001 | 10110111 | 100101 | 1000101 | 0 | 11100 | 100001100 | 110100 | 101111 |
Color Harmonies of #7439B7
Complementary color
Monochromatic Colors of #7439B7
Black with #7439B7
Text Example
Text Example
White with #7439B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7439B7; }
p { color: rgb(116,57,183); }
H1.HeaderClassName
{
color: #7439B7;
}
.AnyTagClassName
{
color: #7439B7;
}
</style>
background-color css
<style>
a { background-color: #7439B7; }
a { background-color: rgb(116,57,183); }
div.DivClassName
{
background-color: #7439B7;
}
.BgClassName
{
background-color: #7439B7;
}
</style>
border-color css
<style>
span { border-color: #7439B7; }
span { border-color: rgb(116,57,183); }
td.TdClassName
{
border-color: #7439B7;
}
.TagClassName
{
border-color: #7439B7;
}
</style>