Shades of Purple Heart #5224BB
Tints of Purple Heart #5224BB
RGB
CMYK
RGB Variations
Color information
#5224BB (or 0x5224BB) is known color: Purple Heart. HEX triplet: 52, 24 and BB. RGB value is (82,36,187). Sum of RGB (Red+Green+Blue) = 82+36+187=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #5224BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5224BB is #ADDB44. Grayscale: #424242. Windows color (decimal): -11393861 or 12264530. OLE color: 12264530.
HSL color Cylindrical-coordinate representation of color #5224BB: hue angle of 258.28º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5224BB is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 36 | 187 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.27 |
| HSL | 258.28º | 0.68% | 0.44% | - |
| HSV(B) | 258.28º | 0.81% | 0.73% | - |
| XYZ | 13.08 | 6.64 | 47.61 | - |
| YUV | 66.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 187 | 0.56 | 0.81 | 0 | 0.27 | 258.28 | 0.68 | 0.44 |
| Hex | 52 | 24 | BB | 38 | 51 | 0 | 1B | 102 | 44 | 2C |
| Octal | 122 | 44 | 273 | 70 | 121 | 0 | 33 | 402 | 104 | 54 |
| Binary | 1010010 | 100100 | 10111011 | 111000 | 1010001 | 0 | 11011 | 100000010 | 1000100 | 101100 |
Color Harmonies of #5224BB
Complementary color
Monochromatic Colors of #5224BB
Black with #5224BB
Text Example
Text Example
White with #5224BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5224BB; }
p { color: rgb(82,36,187); }
H1.HeaderClassName
{
color: #5224BB;
}
.AnyTagClassName
{
color: #5224BB;
}
</style>
background-color css
<style>
a { background-color: #5224BB; }
a { background-color: rgb(82,36,187); }
div.DivClassName
{
background-color: #5224BB;
}
.BgClassName
{
background-color: #5224BB;
}
</style>
border-color css
<style>
span { border-color: #5224BB; }
span { border-color: rgb(82,36,187); }
td.TdClassName
{
border-color: #5224BB;
}
.TagClassName
{
border-color: #5224BB;
}
</style>