Shades of Purple Heart #5218B7
Tints of Purple Heart #5218B7
RGB
CMYK
RGB Variations
Color information
#5218B7 (or 0x5218B7) is known color: Purple Heart. HEX triplet: 52, 18 and B7. RGB value is (82,24,183). Sum of RGB (Red+Green+Blue) = 82+24+183=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 183 (71.88% from 255 or 63.32% from 289); Max value from RGB is 183 - color contains mainly: blue. Hex color #5218B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5218B7 is #ADE748. Grayscale: #3A3A3A. Windows color (decimal): -11396937 or 11999314. OLE color: 11999314.
HSL color Cylindrical-coordinate representation of color #5218B7: hue angle of 261.89º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5218B7 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 24 | 183 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.28 |
| HSL | 261.89º | 0.77% | 0.41% | - |
| HSV(B) | 261.89º | 0.87% | 0.72% | - |
| XYZ | 12.35 | 5.87 | 45.28 | - |
| YUV | 59.47 | 197.72 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 183 | 0.55 | 0.87 | 0 | 0.28 | 261.89 | 0.77 | 0.41 |
| Hex | 52 | 18 | B7 | 37 | 57 | 0 | 1C | 106 | 4D | 29 |
| Octal | 122 | 30 | 267 | 67 | 127 | 0 | 34 | 406 | 115 | 51 |
| Binary | 1010010 | 11000 | 10110111 | 110111 | 1010111 | 0 | 11100 | 100000110 | 1001101 | 101001 |
Color Harmonies of #5218B7
Complementary color
Monochromatic Colors of #5218B7
Black with #5218B7
Text Example
Text Example
White with #5218B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218B7; }
p { color: rgb(82,24,183); }
H1.HeaderClassName
{
color: #5218B7;
}
.AnyTagClassName
{
color: #5218B7;
}
</style>
background-color css
<style>
a { background-color: #5218B7; }
a { background-color: rgb(82,24,183); }
div.DivClassName
{
background-color: #5218B7;
}
.BgClassName
{
background-color: #5218B7;
}
</style>
border-color css
<style>
span { border-color: #5218B7; }
span { border-color: rgb(82,24,183); }
td.TdClassName
{
border-color: #5218B7;
}
.TagClassName
{
border-color: #5218B7;
}
</style>