Shades of Purple Heart #5215B1
Tints of Purple Heart #5215B1
RGB
CMYK
RGB Variations
Color information
#5215B1 (or 0x5215B1) is known color: Purple Heart. HEX triplet: 52, 15 and B1. RGB value is (82,21,177). Sum of RGB (Red+Green+Blue) = 82+21+177=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 177 (69.53% from 255 or 63.21% from 280); Max value from RGB is 177 - color contains mainly: blue. Hex color #5215B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5215B1 is #ADEA4E. Grayscale: #383838. Windows color (decimal): -11397711 or 11605330. OLE color: 11605330.
HSL color Cylindrical-coordinate representation of color #5215B1: hue angle of 263.46º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5215B1 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 21 | 177 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.31 |
| HSL | 263.46º | 0.79% | 0.39% | - |
| HSV(B) | 263.46º | 0.88% | 0.69% | - |
| XYZ | 11.68 | 5.5 | 42.04 | - |
| YUV | 57.02 | 195.71 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 177 | 0.54 | 0.88 | 0 | 0.31 | 263.46 | 0.79 | 0.39 |
| Hex | 52 | 15 | B1 | 36 | 58 | 0 | 1F | 107 | 4F | 27 |
| Octal | 122 | 25 | 261 | 66 | 130 | 0 | 37 | 407 | 117 | 47 |
| Binary | 1010010 | 10101 | 10110001 | 110110 | 1011000 | 0 | 11111 | 100000111 | 1001111 | 100111 |
Color Harmonies of #5215B1
Complementary color
Monochromatic Colors of #5215B1
Black with #5215B1
Text Example
Text Example
White with #5215B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5215B1; }
p { color: rgb(82,21,177); }
H1.HeaderClassName
{
color: #5215B1;
}
.AnyTagClassName
{
color: #5215B1;
}
</style>
background-color css
<style>
a { background-color: #5215B1; }
a { background-color: rgb(82,21,177); }
div.DivClassName
{
background-color: #5215B1;
}
.BgClassName
{
background-color: #5215B1;
}
</style>
border-color css
<style>
span { border-color: #5215B1; }
span { border-color: rgb(82,21,177); }
td.TdClassName
{
border-color: #5215B1;
}
.TagClassName
{
border-color: #5215B1;
}
</style>