Shades of Purple Heart #7624BA
Tints of Purple Heart #7624BA
RGB
CMYK
RGB Variations
Color information
#7624BA (or 0x7624BA) is known color: Purple Heart. HEX triplet: 76, 24 and BA. RGB value is (118,36,186). Sum of RGB (Red+Green+Blue) = 118+36+186=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #7624BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7624BA is #89DB45. Grayscale: #4D4D4D. Windows color (decimal): -9034566 or 12199030. OLE color: 12199030.
HSL color Cylindrical-coordinate representation of color #7624BA: hue angle of 272.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7624BA is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 36 | 186 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.27 |
| HSL | 272.8º | 0.68% | 0.44% | - |
| HSV(B) | 272.8º | 0.81% | 0.73% | - |
| XYZ | 16.97 | 8.66 | 47.23 | - |
| YUV | 77.62 | 189.17 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 186 | 0.37 | 0.81 | 0 | 0.27 | 272.8 | 0.68 | 0.44 |
| Hex | 76 | 24 | BA | 25 | 51 | 0 | 1B | 111 | 44 | 2C |
| Octal | 166 | 44 | 272 | 45 | 121 | 0 | 33 | 421 | 104 | 54 |
| Binary | 1110110 | 100100 | 10111010 | 100101 | 1010001 | 0 | 11011 | 100010001 | 1000100 | 101100 |
Color Harmonies of #7624BA
Complementary color
Monochromatic Colors of #7624BA
Black with #7624BA
Text Example
Text Example
White with #7624BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7624BA; }
p { color: rgb(118,36,186); }
H1.HeaderClassName
{
color: #7624BA;
}
.AnyTagClassName
{
color: #7624BA;
}
</style>
background-color css
<style>
a { background-color: #7624BA; }
a { background-color: rgb(118,36,186); }
div.DivClassName
{
background-color: #7624BA;
}
.BgClassName
{
background-color: #7624BA;
}
</style>
border-color css
<style>
span { border-color: #7624BA; }
span { border-color: rgb(118,36,186); }
td.TdClassName
{
border-color: #7624BA;
}
.TagClassName
{
border-color: #7624BA;
}
</style>