Shades of Purple Heart #520CB1
Tints of Purple Heart #520CB1
RGB
CMYK
RGB Variations
Color information
#520CB1 (or 0x520CB1) is known color: Purple Heart. HEX triplet: 52, 0C and B1. RGB value is (82,12,177). Sum of RGB (Red+Green+Blue) = 82+12+177=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #520CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520CB1 is #ADF34E. Grayscale: #333333. Windows color (decimal): -11400015 or 11603026. OLE color: 11603026.
HSL color Cylindrical-coordinate representation of color #520CB1: hue angle of 265.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520CB1 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 12 | 177 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.31 |
| HSL | 265.45º | 0.87% | 0.37% | - |
| HSV(B) | 265.45º | 0.93% | 0.69% | - |
| XYZ | 11.55 | 5.23 | 42 | - |
| YUV | 51.74 | 198.69 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 177 | 0.54 | 0.93 | 0 | 0.31 | 265.45 | 0.87 | 0.37 |
| Hex | 52 | C | B1 | 36 | 5D | 0 | 1F | 109 | 57 | 25 |
| Octal | 122 | 14 | 261 | 66 | 135 | 0 | 37 | 411 | 127 | 45 |
| Binary | 1010010 | 1100 | 10110001 | 110110 | 1011101 | 0 | 11111 | 100001001 | 1010111 | 100101 |
Color Harmonies of #520CB1
Complementary color
Monochromatic Colors of #520CB1
Black with #520CB1
Text Example
Text Example
White with #520CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CB1; }
p { color: rgb(82,12,177); }
H1.HeaderClassName
{
color: #520CB1;
}
.AnyTagClassName
{
color: #520CB1;
}
</style>
background-color css
<style>
a { background-color: #520CB1; }
a { background-color: rgb(82,12,177); }
div.DivClassName
{
background-color: #520CB1;
}
.BgClassName
{
background-color: #520CB1;
}
</style>
border-color css
<style>
span { border-color: #520CB1; }
span { border-color: rgb(82,12,177); }
td.TdClassName
{
border-color: #520CB1;
}
.TagClassName
{
border-color: #520CB1;
}
</style>