Shades of Purple Heart #7524BA
Tints of Purple Heart #7524BA
RGB
CMYK
RGB Variations
Color information
#7524BA (or 0x7524BA) is known color: Purple Heart. HEX triplet: 75, 24 and BA. RGB value is (117,36,186). Sum of RGB (Red+Green+Blue) = 117+36+186=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #7524BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7524BA is #8ADB45. Grayscale: #4C4C4C. Windows color (decimal): -9100102 or 12199029. OLE color: 12199029.
HSL color Cylindrical-coordinate representation of color #7524BA: hue angle of 272.4º 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 #7524BA is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 36 | 186 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.27 |
| HSL | 272.4º | 0.68% | 0.44% | - |
| HSV(B) | 272.4º | 0.81% | 0.73% | - |
| XYZ | 16.83 | 8.59 | 47.23 | - |
| YUV | 77.32 | 189.34 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 186 | 0.37 | 0.81 | 0 | 0.27 | 272.4 | 0.68 | 0.44 |
| Hex | 75 | 24 | BA | 25 | 51 | 0 | 1B | 110 | 44 | 2C |
| Octal | 165 | 44 | 272 | 45 | 121 | 0 | 33 | 420 | 104 | 54 |
| Binary | 1110101 | 100100 | 10111010 | 100101 | 1010001 | 0 | 11011 | 100010000 | 1000100 | 101100 |
Color Harmonies of #7524BA
Complementary color
Monochromatic Colors of #7524BA
Black with #7524BA
Text Example
Text Example
White with #7524BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7524BA; }
p { color: rgb(117,36,186); }
H1.HeaderClassName
{
color: #7524BA;
}
.AnyTagClassName
{
color: #7524BA;
}
</style>
background-color css
<style>
a { background-color: #7524BA; }
a { background-color: rgb(117,36,186); }
div.DivClassName
{
background-color: #7524BA;
}
.BgClassName
{
background-color: #7524BA;
}
</style>
border-color css
<style>
span { border-color: #7524BA; }
span { border-color: rgb(117,36,186); }
td.TdClassName
{
border-color: #7524BA;
}
.TagClassName
{
border-color: #7524BA;
}
</style>