Shades of Purple Heart #521EAB
Tints of Purple Heart #521EAB
RGB
CMYK
RGB Variations
Color information
#521EAB (or 0x521EAB) is known color: Purple Heart. HEX triplet: 52, 1E and AB. RGB value is (82,30,171). Sum of RGB (Red+Green+Blue) = 82+30+171=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #521EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521EAB is #ADE154. Grayscale: #3D3D3D. Windows color (decimal): -11395413 or 11214418. OLE color: 11214418.
HSL color Cylindrical-coordinate representation of color #521EAB: hue angle of 262.13º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521EAB is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 30 | 171 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.33 |
| HSL | 262.13º | 0.7% | 0.39% | - |
| HSV(B) | 262.13º | 0.82% | 0.67% | - |
| XYZ | 11.29 | 5.66 | 39.03 | - |
| YUV | 61.62 | 189.73 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 171 | 0.52 | 0.82 | 0 | 0.33 | 262.13 | 0.7 | 0.39 |
| Hex | 52 | 1E | AB | 34 | 52 | 0 | 21 | 106 | 46 | 27 |
| Octal | 122 | 36 | 253 | 64 | 122 | 0 | 41 | 406 | 106 | 47 |
| Binary | 1010010 | 11110 | 10101011 | 110100 | 1010010 | 0 | 100001 | 100000110 | 1000110 | 100111 |
Color Harmonies of #521EAB
Complementary color
Monochromatic Colors of #521EAB
Black with #521EAB
Text Example
Text Example
White with #521EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EAB; }
p { color: rgb(82,30,171); }
H1.HeaderClassName
{
color: #521EAB;
}
.AnyTagClassName
{
color: #521EAB;
}
</style>
background-color css
<style>
a { background-color: #521EAB; }
a { background-color: rgb(82,30,171); }
div.DivClassName
{
background-color: #521EAB;
}
.BgClassName
{
background-color: #521EAB;
}
</style>
border-color css
<style>
span { border-color: #521EAB; }
span { border-color: rgb(82,30,171); }
td.TdClassName
{
border-color: #521EAB;
}
.TagClassName
{
border-color: #521EAB;
}
</style>