Shades of Purple Heart #7624BE
Tints of Purple Heart #7624BE
RGB
CMYK
RGB Variations
Color information
#7624BE (or 0x7624BE) is known color: Purple Heart. HEX triplet: 76, 24 and BE. RGB value is (118,36,190). Sum of RGB (Red+Green+Blue) = 118+36+190=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #7624BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7624BE is #89DB41. Grayscale: #4D4D4D. Windows color (decimal): -9034562 or 12461174. OLE color: 12461174.
HSL color Cylindrical-coordinate representation of color #7624BE: hue angle of 271.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7624BE is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 36 | 190 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.25 |
| HSL | 271.95º | 0.68% | 0.44% | - |
| HSV(B) | 271.95º | 0.81% | 0.75% | - |
| XYZ | 17.4 | 8.83 | 49.5 | - |
| YUV | 78.07 | 191.17 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 190 | 0.38 | 0.81 | 0 | 0.25 | 271.95 | 0.68 | 0.44 |
| Hex | 76 | 24 | BE | 26 | 51 | 0 | 19 | 110 | 44 | 2C |
| Octal | 166 | 44 | 276 | 46 | 121 | 0 | 31 | 420 | 104 | 54 |
| Binary | 1110110 | 100100 | 10111110 | 100110 | 1010001 | 0 | 11001 | 100010000 | 1000100 | 101100 |
Color Harmonies of #7624BE
Complementary color
Monochromatic Colors of #7624BE
Black with #7624BE
Text Example
Text Example
White with #7624BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7624BE; }
p { color: rgb(118,36,190); }
H1.HeaderClassName
{
color: #7624BE;
}
.AnyTagClassName
{
color: #7624BE;
}
</style>
background-color css
<style>
a { background-color: #7624BE; }
a { background-color: rgb(118,36,190); }
div.DivClassName
{
background-color: #7624BE;
}
.BgClassName
{
background-color: #7624BE;
}
</style>
border-color css
<style>
span { border-color: #7624BE; }
span { border-color: rgb(118,36,190); }
td.TdClassName
{
border-color: #7624BE;
}
.TagClassName
{
border-color: #7624BE;
}
</style>