Shades of Purple Heart #7439BB
Tints of Purple Heart #7439BB
RGB
CMYK
RGB Variations
Color information
#7439BB (or 0x7439BB) is known color: Purple Heart. HEX triplet: 74, 39 and BB. RGB value is (116,57,187). Sum of RGB (Red+Green+Blue) = 116+57+187=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #7439BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7439BB is #8BC644. Grayscale: #595959. Windows color (decimal): -9160261 or 12269940. OLE color: 12269940.
HSL color Cylindrical-coordinate representation of color #7439BB: hue angle of 267.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7439BB is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 57 | 187 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.27 |
| HSL | 267.23º | 0.53% | 0.48% | - |
| HSV(B) | 267.23º | 0.7% | 0.73% | - |
| XYZ | 17.64 | 10.23 | 48.06 | - |
| YUV | 89.46 | 183.05 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 187 | 0.38 | 0.70 | 0 | 0.27 | 267.23 | 0.53 | 0.48 |
| Hex | 74 | 39 | BB | 26 | 46 | 0 | 1B | 10B | 35 | 30 |
| Octal | 164 | 71 | 273 | 46 | 106 | 0 | 33 | 413 | 65 | 60 |
| Binary | 1110100 | 111001 | 10111011 | 100110 | 1000110 | 0 | 11011 | 100001011 | 110101 | 110000 |
Color Harmonies of #7439BB
Complementary color
Monochromatic Colors of #7439BB
Black with #7439BB
Text Example
Text Example
White with #7439BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7439BB; }
p { color: rgb(116,57,187); }
H1.HeaderClassName
{
color: #7439BB;
}
.AnyTagClassName
{
color: #7439BB;
}
</style>
background-color css
<style>
a { background-color: #7439BB; }
a { background-color: rgb(116,57,187); }
div.DivClassName
{
background-color: #7439BB;
}
.BgClassName
{
background-color: #7439BB;
}
</style>
border-color css
<style>
span { border-color: #7439BB; }
span { border-color: rgb(116,57,187); }
td.TdClassName
{
border-color: #7439BB;
}
.TagClassName
{
border-color: #7439BB;
}
</style>