Shades of Purple Heart #521FAD
Tints of Purple Heart #521FAD
RGB
CMYK
RGB Variations
Color information
#521FAD (or 0x521FAD) is known color: Purple Heart. HEX triplet: 52, 1F and AD. RGB value is (82,31,173). Sum of RGB (Red+Green+Blue) = 82+31+173=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #521FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521FAD is #ADE052. Grayscale: #3D3D3D. Windows color (decimal): -11395155 or 11345746. OLE color: 11345746.
HSL color Cylindrical-coordinate representation of color #521FAD: hue angle of 261.55º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521FAD is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 31 | 173 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.32 |
| HSL | 261.55º | 0.7% | 0.4% | - |
| HSV(B) | 261.55º | 0.82% | 0.68% | - |
| XYZ | 11.51 | 5.79 | 40.05 | - |
| YUV | 62.44 | 190.4 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 173 | 0.53 | 0.82 | 0 | 0.32 | 261.55 | 0.7 | 0.4 |
| Hex | 52 | 1F | AD | 35 | 52 | 0 | 20 | 106 | 46 | 28 |
| Octal | 122 | 37 | 255 | 65 | 122 | 0 | 40 | 406 | 106 | 50 |
| Binary | 1010010 | 11111 | 10101101 | 110101 | 1010010 | 0 | 100000 | 100000110 | 1000110 | 101000 |
Color Harmonies of #521FAD
Complementary color
Monochromatic Colors of #521FAD
Black with #521FAD
Text Example
Text Example
White with #521FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FAD; }
p { color: rgb(82,31,173); }
H1.HeaderClassName
{
color: #521FAD;
}
.AnyTagClassName
{
color: #521FAD;
}
</style>
background-color css
<style>
a { background-color: #521FAD; }
a { background-color: rgb(82,31,173); }
div.DivClassName
{
background-color: #521FAD;
}
.BgClassName
{
background-color: #521FAD;
}
</style>
border-color css
<style>
span { border-color: #521FAD; }
span { border-color: rgb(82,31,173); }
td.TdClassName
{
border-color: #521FAD;
}
.TagClassName
{
border-color: #521FAD;
}
</style>