Shades of Purple Heart #5228AC
Tints of Purple Heart #5228AC
RGB
CMYK
RGB Variations
Color information
#5228AC (or 0x5228AC) is known color: Purple Heart. HEX triplet: 52, 28 and AC. RGB value is (82,40,172). Sum of RGB (Red+Green+Blue) = 82+40+172=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #5228AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5228AC is #ADD753. Grayscale: #434343. Windows color (decimal): -11392852 or 11282514. OLE color: 11282514.
HSL color Cylindrical-coordinate representation of color #5228AC: hue angle of 259.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5228AC is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 40 | 172 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.33 |
| HSL | 259.09º | 0.62% | 0.42% | - |
| HSV(B) | 259.09º | 0.77% | 0.67% | - |
| XYZ | 11.68 | 6.29 | 39.63 | - |
| YUV | 67.61 | 186.91 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 172 | 0.52 | 0.77 | 0 | 0.33 | 259.09 | 0.62 | 0.42 |
| Hex | 52 | 28 | AC | 34 | 4D | 0 | 21 | 103 | 3E | 2A |
| Octal | 122 | 50 | 254 | 64 | 115 | 0 | 41 | 403 | 76 | 52 |
| Binary | 1010010 | 101000 | 10101100 | 110100 | 1001101 | 0 | 100001 | 100000011 | 111110 | 101010 |
Color Harmonies of #5228AC
Complementary color
Monochromatic Colors of #5228AC
Black with #5228AC
Text Example
Text Example
White with #5228AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5228AC; }
p { color: rgb(82,40,172); }
H1.HeaderClassName
{
color: #5228AC;
}
.AnyTagClassName
{
color: #5228AC;
}
</style>
background-color css
<style>
a { background-color: #5228AC; }
a { background-color: rgb(82,40,172); }
div.DivClassName
{
background-color: #5228AC;
}
.BgClassName
{
background-color: #5228AC;
}
</style>
border-color css
<style>
span { border-color: #5228AC; }
span { border-color: rgb(82,40,172); }
td.TdClassName
{
border-color: #5228AC;
}
.TagClassName
{
border-color: #5228AC;
}
</style>