Shades of Purple Heart #7521BA
Tints of Purple Heart #7521BA
RGB
CMYK
RGB Variations
Color information
#7521BA (or 0x7521BA) is known color: Purple Heart. HEX triplet: 75, 21 and BA. RGB value is (117,33,186). Sum of RGB (Red+Green+Blue) = 117+33+186=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #7521BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7521BA is #8ADE45. Grayscale: #4B4B4B. Windows color (decimal): -9100870 or 12198261. OLE color: 12198261.
HSL color Cylindrical-coordinate representation of color #7521BA: hue angle of 272.94º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7521BA is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 33 | 186 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.27 |
| HSL | 272.94º | 0.7% | 0.43% | - |
| HSV(B) | 272.94º | 0.82% | 0.73% | - |
| XYZ | 16.74 | 8.41 | 47.2 | - |
| YUV | 75.56 | 190.33 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 186 | 0.37 | 0.82 | 0 | 0.27 | 272.94 | 0.7 | 0.43 |
| Hex | 75 | 21 | BA | 25 | 52 | 0 | 1B | 111 | 46 | 2B |
| Octal | 165 | 41 | 272 | 45 | 122 | 0 | 33 | 421 | 106 | 53 |
| Binary | 1110101 | 100001 | 10111010 | 100101 | 1010010 | 0 | 11011 | 100010001 | 1000110 | 101011 |
Color Harmonies of #7521BA
Complementary color
Monochromatic Colors of #7521BA
Black with #7521BA
Text Example
Text Example
White with #7521BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7521BA; }
p { color: rgb(117,33,186); }
H1.HeaderClassName
{
color: #7521BA;
}
.AnyTagClassName
{
color: #7521BA;
}
</style>
background-color css
<style>
a { background-color: #7521BA; }
a { background-color: rgb(117,33,186); }
div.DivClassName
{
background-color: #7521BA;
}
.BgClassName
{
background-color: #7521BA;
}
</style>
border-color css
<style>
span { border-color: #7521BA; }
span { border-color: rgb(117,33,186); }
td.TdClassName
{
border-color: #7521BA;
}
.TagClassName
{
border-color: #7521BA;
}
</style>