Shades of Purple Heart #521EBE
Tints of Purple Heart #521EBE
RGB
CMYK
RGB Variations
Color information
#521EBE (or 0x521EBE) is known color: Purple Heart. HEX triplet: 52, 1E and BE. RGB value is (82,30,190). Sum of RGB (Red+Green+Blue) = 82+30+190=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #521EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521EBE is #ADE141. Grayscale: #3F3F3F. Windows color (decimal): -11395394 or 12459602. OLE color: 12459602.
HSL color Cylindrical-coordinate representation of color #521EBE: hue angle of 259.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521EBE is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 30 | 190 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.25 |
| HSL | 259.5º | 0.73% | 0.43% | - |
| HSV(B) | 259.5º | 0.84% | 0.75% | - |
| XYZ | 13.24 | 6.44 | 49.26 | - |
| YUV | 63.79 | 199.23 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 190 | 0.57 | 0.84 | 0 | 0.25 | 259.5 | 0.73 | 0.43 |
| Hex | 52 | 1E | BE | 39 | 54 | 0 | 19 | 104 | 49 | 2B |
| Octal | 122 | 36 | 276 | 71 | 124 | 0 | 31 | 404 | 111 | 53 |
| Binary | 1010010 | 11110 | 10111110 | 111001 | 1010100 | 0 | 11001 | 100000100 | 1001001 | 101011 |
Color Harmonies of #521EBE
Complementary color
Monochromatic Colors of #521EBE
Black with #521EBE
Text Example
Text Example
White with #521EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EBE; }
p { color: rgb(82,30,190); }
H1.HeaderClassName
{
color: #521EBE;
}
.AnyTagClassName
{
color: #521EBE;
}
</style>
background-color css
<style>
a { background-color: #521EBE; }
a { background-color: rgb(82,30,190); }
div.DivClassName
{
background-color: #521EBE;
}
.BgClassName
{
background-color: #521EBE;
}
</style>
border-color css
<style>
span { border-color: #521EBE; }
span { border-color: rgb(82,30,190); }
td.TdClassName
{
border-color: #521EBE;
}
.TagClassName
{
border-color: #521EBE;
}
</style>