Shades of Purple Heart #5228A7
Tints of Purple Heart #5228A7
RGB
CMYK
RGB Variations
Color information
#5228A7 (or 0x5228A7) is known color: Purple Heart. HEX triplet: 52, 28 and A7. RGB value is (82,40,167). Sum of RGB (Red+Green+Blue) = 82+40+167=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 167 (65.62% from 255 or 57.79% from 289); Max value from RGB is 167 - color contains mainly: blue. Hex color #5228A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5228A7 is #ADD758. Grayscale: #424242. Windows color (decimal): -11392857 or 10954834. OLE color: 10954834.
HSL color Cylindrical-coordinate representation of color #5228A7: hue angle of 259.84º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5228A7 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 40 | 167 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.35 |
| HSL | 259.84º | 0.61% | 0.41% | - |
| HSV(B) | 259.84º | 0.76% | 0.65% | - |
| XYZ | 11.21 | 6.1 | 37.15 | - |
| YUV | 67.04 | 184.41 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 167 | 0.51 | 0.76 | 0 | 0.35 | 259.84 | 0.61 | 0.41 |
| Hex | 52 | 28 | A7 | 33 | 4C | 0 | 23 | 104 | 3D | 29 |
| Octal | 122 | 50 | 247 | 63 | 114 | 0 | 43 | 404 | 75 | 51 |
| Binary | 1010010 | 101000 | 10100111 | 110011 | 1001100 | 0 | 100011 | 100000100 | 111101 | 101001 |
Color Harmonies of #5228A7
Complementary color
Monochromatic Colors of #5228A7
Black with #5228A7
Text Example
Text Example
White with #5228A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5228A7; }
p { color: rgb(82,40,167); }
H1.HeaderClassName
{
color: #5228A7;
}
.AnyTagClassName
{
color: #5228A7;
}
</style>
background-color css
<style>
a { background-color: #5228A7; }
a { background-color: rgb(82,40,167); }
div.DivClassName
{
background-color: #5228A7;
}
.BgClassName
{
background-color: #5228A7;
}
</style>
border-color css
<style>
span { border-color: #5228A7; }
span { border-color: rgb(82,40,167); }
td.TdClassName
{
border-color: #5228A7;
}
.TagClassName
{
border-color: #5228A7;
}
</style>