Shades of Purple Heart #520BBE
Tints of Purple Heart #520BBE
RGB
CMYK
RGB Variations
Color information
#520BBE (or 0x520BBE) is known color: Purple Heart. HEX triplet: 52, 0B and BE. RGB value is (82,11,190). Sum of RGB (Red+Green+Blue) = 82+11+190=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #520BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BBE is #ADF441. Grayscale: #333333. Windows color (decimal): -11400258 or 12454738. OLE color: 12454738.
HSL color Cylindrical-coordinate representation of color #520BBE: hue angle of 263.8º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BBE is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 11 | 190 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.25 |
| HSL | 263.8º | 0.89% | 0.39% | - |
| HSV(B) | 263.8º | 0.94% | 0.75% | - |
| XYZ | 12.89 | 5.75 | 49.15 | - |
| YUV | 52.64 | 205.52 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 190 | 0.57 | 0.94 | 0 | 0.25 | 263.8 | 0.89 | 0.39 |
| Hex | 52 | B | BE | 39 | 5E | 0 | 19 | 108 | 59 | 27 |
| Octal | 122 | 13 | 276 | 71 | 136 | 0 | 31 | 410 | 131 | 47 |
| Binary | 1010010 | 1011 | 10111110 | 111001 | 1011110 | 0 | 11001 | 100001000 | 1011001 | 100111 |
Color Harmonies of #520BBE
Complementary color
Monochromatic Colors of #520BBE
Black with #520BBE
Text Example
Text Example
White with #520BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BBE; }
p { color: rgb(82,11,190); }
H1.HeaderClassName
{
color: #520BBE;
}
.AnyTagClassName
{
color: #520BBE;
}
</style>
background-color css
<style>
a { background-color: #520BBE; }
a { background-color: rgb(82,11,190); }
div.DivClassName
{
background-color: #520BBE;
}
.BgClassName
{
background-color: #520BBE;
}
</style>
border-color css
<style>
span { border-color: #520BBE; }
span { border-color: rgb(82,11,190); }
td.TdClassName
{
border-color: #520BBE;
}
.TagClassName
{
border-color: #520BBE;
}
</style>