Shades of Purple Heart #5213B9
Tints of Purple Heart #5213B9
RGB
CMYK
RGB Variations
Color information
#5213B9 (or 0x5213B9) is known color: Purple Heart. HEX triplet: 52, 13 and B9. RGB value is (82,19,185). Sum of RGB (Red+Green+Blue) = 82+19+185=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #5213B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5213B9 is #ADEC46. Grayscale: #383838. Windows color (decimal): -11398215 or 12129106. OLE color: 12129106.
HSL color Cylindrical-coordinate representation of color #5213B9: hue angle of 262.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5213B9 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 19 | 185 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.27 |
| HSL | 262.77º | 0.81% | 0.4% | - |
| HSV(B) | 262.77º | 0.9% | 0.73% | - |
| XYZ | 12.47 | 5.76 | 46.35 | - |
| YUV | 56.76 | 200.37 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 185 | 0.56 | 0.90 | 0 | 0.27 | 262.77 | 0.81 | 0.4 |
| Hex | 52 | 13 | B9 | 38 | 5A | 0 | 1B | 107 | 51 | 28 |
| Octal | 122 | 23 | 271 | 70 | 132 | 0 | 33 | 407 | 121 | 50 |
| Binary | 1010010 | 10011 | 10111001 | 111000 | 1011010 | 0 | 11011 | 100000111 | 1010001 | 101000 |
Color Harmonies of #5213B9
Complementary color
Monochromatic Colors of #5213B9
Black with #5213B9
Text Example
Text Example
White with #5213B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5213B9; }
p { color: rgb(82,19,185); }
H1.HeaderClassName
{
color: #5213B9;
}
.AnyTagClassName
{
color: #5213B9;
}
</style>
background-color css
<style>
a { background-color: #5213B9; }
a { background-color: rgb(82,19,185); }
div.DivClassName
{
background-color: #5213B9;
}
.BgClassName
{
background-color: #5213B9;
}
</style>
border-color css
<style>
span { border-color: #5213B9; }
span { border-color: rgb(82,19,185); }
td.TdClassName
{
border-color: #5213B9;
}
.TagClassName
{
border-color: #5213B9;
}
</style>