Shades of Purple Heart #5224AC
Tints of Purple Heart #5224AC
RGB
CMYK
RGB Variations
Color information
#5224AC (or 0x5224AC) is known color: Purple Heart. HEX triplet: 52, 24 and AC. RGB value is (82,36,172). Sum of RGB (Red+Green+Blue) = 82+36+172=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #5224AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5224AC is #ADDB53. Grayscale: #404040. Windows color (decimal): -11393876 or 11281490. OLE color: 11281490.
HSL color Cylindrical-coordinate representation of color #5224AC: hue angle of 260.29º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5224AC is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 36 | 172 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.33 |
| HSL | 260.29º | 0.65% | 0.41% | - |
| HSV(B) | 260.29º | 0.79% | 0.67% | - |
| XYZ | 11.56 | 6.03 | 39.59 | - |
| YUV | 65.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 172 | 0.52 | 0.79 | 0 | 0.33 | 260.29 | 0.65 | 0.41 |
| Hex | 52 | 24 | AC | 34 | 4F | 0 | 21 | 104 | 41 | 29 |
| Octal | 122 | 44 | 254 | 64 | 117 | 0 | 41 | 404 | 101 | 51 |
| Binary | 1010010 | 100100 | 10101100 | 110100 | 1001111 | 0 | 100001 | 100000100 | 1000001 | 101001 |
Color Harmonies of #5224AC
Complementary color
Monochromatic Colors of #5224AC
Black with #5224AC
Text Example
Text Example
White with #5224AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5224AC; }
p { color: rgb(82,36,172); }
H1.HeaderClassName
{
color: #5224AC;
}
.AnyTagClassName
{
color: #5224AC;
}
</style>
background-color css
<style>
a { background-color: #5224AC; }
a { background-color: rgb(82,36,172); }
div.DivClassName
{
background-color: #5224AC;
}
.BgClassName
{
background-color: #5224AC;
}
</style>
border-color css
<style>
span { border-color: #5224AC; }
span { border-color: rgb(82,36,172); }
td.TdClassName
{
border-color: #5224AC;
}
.TagClassName
{
border-color: #5224AC;
}
</style>