Shades of Purple Heart #521EC0
Tints of Purple Heart #521EC0
RGB
CMYK
RGB Variations
Color information
#521EC0 (or 0x521EC0) is known color: Purple Heart. HEX triplet: 52, 1E and C0. RGB value is (82,30,192). Sum of RGB (Red+Green+Blue) = 82+30+192=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #521EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521EC0 is #ADE13F. Grayscale: #3F3F3F. Windows color (decimal): -11395392 or 12590674. OLE color: 12590674.
HSL color Cylindrical-coordinate representation of color #521EC0: hue angle of 259.26º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521EC0 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 30 | 192 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.25 |
| HSL | 259.26º | 0.73% | 0.44% | - |
| HSV(B) | 259.26º | 0.84% | 0.75% | - |
| XYZ | 13.46 | 6.53 | 50.42 | - |
| YUV | 64.02 | 200.23 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 192 | 0.57 | 0.84 | 0 | 0.25 | 259.26 | 0.73 | 0.44 |
| Hex | 52 | 1E | C0 | 39 | 54 | 0 | 19 | 103 | 49 | 2C |
| Octal | 122 | 36 | 300 | 71 | 124 | 0 | 31 | 403 | 111 | 54 |
| Binary | 1010010 | 11110 | 11000000 | 111001 | 1010100 | 0 | 11001 | 100000011 | 1001001 | 101100 |
Color Harmonies of #521EC0
Complementary color
Monochromatic Colors of #521EC0
Black with #521EC0
Text Example
Text Example
White with #521EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EC0; }
p { color: rgb(82,30,192); }
H1.HeaderClassName
{
color: #521EC0;
}
.AnyTagClassName
{
color: #521EC0;
}
</style>
background-color css
<style>
a { background-color: #521EC0; }
a { background-color: rgb(82,30,192); }
div.DivClassName
{
background-color: #521EC0;
}
.BgClassName
{
background-color: #521EC0;
}
</style>
border-color css
<style>
span { border-color: #521EC0; }
span { border-color: rgb(82,30,192); }
td.TdClassName
{
border-color: #521EC0;
}
.TagClassName
{
border-color: #521EC0;
}
</style>