Shades of Purple Heart #520FBE
Tints of Purple Heart #520FBE
RGB
CMYK
RGB Variations
Color information
#520FBE (or 0x520FBE) is known color: Purple Heart. HEX triplet: 52, 0F and BE. RGB value is (82,15,190). Sum of RGB (Red+Green+Blue) = 82+15+190=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #520FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FBE is #ADF041. Grayscale: #363636. Windows color (decimal): -11399234 or 12455762. OLE color: 12455762.
HSL color Cylindrical-coordinate representation of color #520FBE: hue angle of 262.97º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520FBE is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 15 | 190 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.25 |
| HSL | 262.97º | 0.85% | 0.4% | - |
| HSV(B) | 262.97º | 0.92% | 0.75% | - |
| XYZ | 12.94 | 5.85 | 49.16 | - |
| YUV | 54.98 | 204.2 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 190 | 0.57 | 0.92 | 0 | 0.25 | 262.97 | 0.85 | 0.4 |
| Hex | 52 | F | BE | 39 | 5C | 0 | 19 | 107 | 55 | 28 |
| Octal | 122 | 17 | 276 | 71 | 134 | 0 | 31 | 407 | 125 | 50 |
| Binary | 1010010 | 1111 | 10111110 | 111001 | 1011100 | 0 | 11001 | 100000111 | 1010101 | 101000 |
Color Harmonies of #520FBE
Complementary color
Monochromatic Colors of #520FBE
Black with #520FBE
Text Example
Text Example
White with #520FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FBE; }
p { color: rgb(82,15,190); }
H1.HeaderClassName
{
color: #520FBE;
}
.AnyTagClassName
{
color: #520FBE;
}
</style>
background-color css
<style>
a { background-color: #520FBE; }
a { background-color: rgb(82,15,190); }
div.DivClassName
{
background-color: #520FBE;
}
.BgClassName
{
background-color: #520FBE;
}
</style>
border-color css
<style>
span { border-color: #520FBE; }
span { border-color: rgb(82,15,190); }
td.TdClassName
{
border-color: #520FBE;
}
.TagClassName
{
border-color: #520FBE;
}
</style>