Shades of Purple Heart #521DD5
Tints of Purple Heart #521DD5
RGB
CMYK
RGB Variations
Color information
#521DD5 (or 0x521DD5) is known color: Purple Heart. HEX triplet: 52, 1D and D5. RGB value is (82,29,213). Sum of RGB (Red+Green+Blue) = 82+29+213=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 213 (83.59% from 255 or 65.74% from 324); Max value from RGB is 213 - color contains mainly: blue. Hex color #521DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DD5 is #ADE22A. Grayscale: #414141. Windows color (decimal): -11395627 or 13966674. OLE color: 13966674.
HSL color Cylindrical-coordinate representation of color #521DD5: hue angle of 257.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521DD5 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 29 | 213 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.16 |
| HSL | 257.28º | 0.76% | 0.47% | - |
| HSV(B) | 257.28º | 0.86% | 0.84% | - |
| XYZ | 15.93 | 7.48 | 63.55 | - |
| YUV | 65.82 | 211.06 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 213 | 0.62 | 0.86 | 0 | 0.16 | 257.28 | 0.76 | 0.47 |
| Hex | 52 | 1D | D5 | 3E | 56 | 0 | 10 | 101 | 4C | 2F |
| Octal | 122 | 35 | 325 | 76 | 126 | 0 | 20 | 401 | 114 | 57 |
| Binary | 1010010 | 11101 | 11010101 | 111110 | 1010110 | 0 | 10000 | 100000001 | 1001100 | 101111 |
Color Harmonies of #521DD5
Complementary color
Monochromatic Colors of #521DD5
Black with #521DD5
Text Example
Text Example
White with #521DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521DD5; }
p { color: rgb(82,29,213); }
H1.HeaderClassName
{
color: #521DD5;
}
.AnyTagClassName
{
color: #521DD5;
}
</style>
background-color css
<style>
a { background-color: #521DD5; }
a { background-color: rgb(82,29,213); }
div.DivClassName
{
background-color: #521DD5;
}
.BgClassName
{
background-color: #521DD5;
}
</style>
border-color css
<style>
span { border-color: #521DD5; }
span { border-color: rgb(82,29,213); }
td.TdClassName
{
border-color: #521DD5;
}
.TagClassName
{
border-color: #521DD5;
}
</style>