Shades of Purple Heart #5228BC
Tints of Purple Heart #5228BC
RGB
CMYK
RGB Variations
Color information
#5228BC (or 0x5228BC) is known color: Purple Heart. HEX triplet: 52, 28 and BC. RGB value is (82,40,188). Sum of RGB (Red+Green+Blue) = 82+40+188=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #5228BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5228BC is #ADD743. Grayscale: #444444. Windows color (decimal): -11392836 or 12331090. OLE color: 12331090.
HSL color Cylindrical-coordinate representation of color #5228BC: hue angle of 257.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5228BC is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 40 | 188 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.26 |
| HSL | 257.03º | 0.65% | 0.45% | - |
| HSV(B) | 257.03º | 0.79% | 0.74% | - |
| XYZ | 13.32 | 6.94 | 48.22 | - |
| YUV | 69.43 | 194.91 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 188 | 0.56 | 0.79 | 0 | 0.26 | 257.03 | 0.65 | 0.45 |
| Hex | 52 | 28 | BC | 38 | 4F | 0 | 1A | 101 | 41 | 2D |
| Octal | 122 | 50 | 274 | 70 | 117 | 0 | 32 | 401 | 101 | 55 |
| Binary | 1010010 | 101000 | 10111100 | 111000 | 1001111 | 0 | 11010 | 100000001 | 1000001 | 101101 |
Color Harmonies of #5228BC
Complementary color
Monochromatic Colors of #5228BC
Black with #5228BC
Text Example
Text Example
White with #5228BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5228BC; }
p { color: rgb(82,40,188); }
H1.HeaderClassName
{
color: #5228BC;
}
.AnyTagClassName
{
color: #5228BC;
}
</style>
background-color css
<style>
a { background-color: #5228BC; }
a { background-color: rgb(82,40,188); }
div.DivClassName
{
background-color: #5228BC;
}
.BgClassName
{
background-color: #5228BC;
}
</style>
border-color css
<style>
span { border-color: #5228BC; }
span { border-color: rgb(82,40,188); }
td.TdClassName
{
border-color: #5228BC;
}
.TagClassName
{
border-color: #5228BC;
}
</style>