Shades of Purple Heart #520FB4
Tints of Purple Heart #520FB4
RGB
CMYK
RGB Variations
Color information
#520FB4 (or 0x520FB4) is known color: Purple Heart. HEX triplet: 52, 0F and B4. RGB value is (82,15,180). Sum of RGB (Red+Green+Blue) = 82+15+180=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #520FB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FB4 is #ADF04B. Grayscale: #353535. Windows color (decimal): -11399244 or 11800402. OLE color: 11800402.
HSL color Cylindrical-coordinate representation of color #520FB4: hue angle of 264.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520FB4 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 15 | 180 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.29 |
| HSL | 264.36º | 0.85% | 0.38% | - |
| HSV(B) | 264.36º | 0.92% | 0.71% | - |
| XYZ | 11.89 | 5.43 | 43.6 | - |
| YUV | 53.84 | 199.2 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 180 | 0.54 | 0.92 | 0 | 0.29 | 264.36 | 0.85 | 0.38 |
| Hex | 52 | F | B4 | 36 | 5C | 0 | 1D | 108 | 55 | 26 |
| Octal | 122 | 17 | 264 | 66 | 134 | 0 | 35 | 410 | 125 | 46 |
| Binary | 1010010 | 1111 | 10110100 | 110110 | 1011100 | 0 | 11101 | 100001000 | 1010101 | 100110 |
Color Harmonies of #520FB4
Complementary color
Monochromatic Colors of #520FB4
Black with #520FB4
Text Example
Text Example
White with #520FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FB4; }
p { color: rgb(82,15,180); }
H1.HeaderClassName
{
color: #520FB4;
}
.AnyTagClassName
{
color: #520FB4;
}
</style>
background-color css
<style>
a { background-color: #520FB4; }
a { background-color: rgb(82,15,180); }
div.DivClassName
{
background-color: #520FB4;
}
.BgClassName
{
background-color: #520FB4;
}
</style>
border-color css
<style>
span { border-color: #520FB4; }
span { border-color: rgb(82,15,180); }
td.TdClassName
{
border-color: #520FB4;
}
.TagClassName
{
border-color: #520FB4;
}
</style>