Shades of Purple Heart #521EAC
Tints of Purple Heart #521EAC
RGB
CMYK
RGB Variations
Color information
#521EAC (or 0x521EAC) is known color: Purple Heart. HEX triplet: 52, 1E and AC. RGB value is (82,30,172). Sum of RGB (Red+Green+Blue) = 82+30+172=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #521EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521EAC is #ADE153. Grayscale: #3D3D3D. Windows color (decimal): -11395412 or 11279954. OLE color: 11279954.
HSL color Cylindrical-coordinate representation of color #521EAC: hue angle of 261.97º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521EAC is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 30 | 172 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.33 |
| HSL | 261.97º | 0.7% | 0.4% | - |
| HSV(B) | 261.97º | 0.83% | 0.67% | - |
| XYZ | 11.39 | 5.7 | 39.53 | - |
| YUV | 61.74 | 190.23 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 172 | 0.52 | 0.83 | 0 | 0.33 | 261.97 | 0.7 | 0.4 |
| Hex | 52 | 1E | AC | 34 | 53 | 0 | 21 | 106 | 46 | 28 |
| Octal | 122 | 36 | 254 | 64 | 123 | 0 | 41 | 406 | 106 | 50 |
| Binary | 1010010 | 11110 | 10101100 | 110100 | 1010011 | 0 | 100001 | 100000110 | 1000110 | 101000 |
Color Harmonies of #521EAC
Complementary color
Monochromatic Colors of #521EAC
Black with #521EAC
Text Example
Text Example
White with #521EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EAC; }
p { color: rgb(82,30,172); }
H1.HeaderClassName
{
color: #521EAC;
}
.AnyTagClassName
{
color: #521EAC;
}
</style>
background-color css
<style>
a { background-color: #521EAC; }
a { background-color: rgb(82,30,172); }
div.DivClassName
{
background-color: #521EAC;
}
.BgClassName
{
background-color: #521EAC;
}
</style>
border-color css
<style>
span { border-color: #521EAC; }
span { border-color: rgb(82,30,172); }
td.TdClassName
{
border-color: #521EAC;
}
.TagClassName
{
border-color: #521EAC;
}
</style>