Shades of Purple Heart #5215BC
Tints of Purple Heart #5215BC
RGB
CMYK
RGB Variations
Color information
#5215BC (or 0x5215BC) is known color: Purple Heart. HEX triplet: 52, 15 and BC. RGB value is (82,21,188). Sum of RGB (Red+Green+Blue) = 82+21+188=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #5215BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5215BC is #ADEA43. Grayscale: #393939. Windows color (decimal): -11397700 or 12326226. OLE color: 12326226.
HSL color Cylindrical-coordinate representation of color #5215BC: hue angle of 261.92º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5215BC is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 21 | 188 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.26 |
| HSL | 261.92º | 0.8% | 0.41% | - |
| HSV(B) | 261.92º | 0.89% | 0.74% | - |
| XYZ | 12.82 | 5.96 | 48.05 | - |
| YUV | 58.28 | 201.21 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 188 | 0.56 | 0.89 | 0 | 0.26 | 261.92 | 0.8 | 0.41 |
| Hex | 52 | 15 | BC | 38 | 59 | 0 | 1A | 106 | 50 | 29 |
| Octal | 122 | 25 | 274 | 70 | 131 | 0 | 32 | 406 | 120 | 51 |
| Binary | 1010010 | 10101 | 10111100 | 111000 | 1011001 | 0 | 11010 | 100000110 | 1010000 | 101001 |
Color Harmonies of #5215BC
Complementary color
Monochromatic Colors of #5215BC
Black with #5215BC
Text Example
Text Example
White with #5215BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5215BC; }
p { color: rgb(82,21,188); }
H1.HeaderClassName
{
color: #5215BC;
}
.AnyTagClassName
{
color: #5215BC;
}
</style>
background-color css
<style>
a { background-color: #5215BC; }
a { background-color: rgb(82,21,188); }
div.DivClassName
{
background-color: #5215BC;
}
.BgClassName
{
background-color: #5215BC;
}
</style>
border-color css
<style>
span { border-color: #5215BC; }
span { border-color: rgb(82,21,188); }
td.TdClassName
{
border-color: #5215BC;
}
.TagClassName
{
border-color: #5215BC;
}
</style>