Shades of Purple Heart #521FAB
Tints of Purple Heart #521FAB
RGB
CMYK
RGB Variations
Color information
#521FAB (or 0x521FAB) is known color: Purple Heart. HEX triplet: 52, 1F and AB. RGB value is (82,31,171). Sum of RGB (Red+Green+Blue) = 82+31+171=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #521FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521FAB is #ADE054. Grayscale: #3D3D3D. Windows color (decimal): -11395157 or 11214674. OLE color: 11214674.
HSL color Cylindrical-coordinate representation of color #521FAB: hue angle of 261.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521FAB is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 31 | 171 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.33 |
| HSL | 261.86º | 0.69% | 0.4% | - |
| HSV(B) | 261.86º | 0.82% | 0.67% | - |
| XYZ | 11.32 | 5.71 | 39.03 | - |
| YUV | 62.21 | 189.4 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 171 | 0.52 | 0.82 | 0 | 0.33 | 261.86 | 0.69 | 0.4 |
| Hex | 52 | 1F | AB | 34 | 52 | 0 | 21 | 106 | 45 | 28 |
| Octal | 122 | 37 | 253 | 64 | 122 | 0 | 41 | 406 | 105 | 50 |
| Binary | 1010010 | 11111 | 10101011 | 110100 | 1010010 | 0 | 100001 | 100000110 | 1000101 | 101000 |
Color Harmonies of #521FAB
Complementary color
Monochromatic Colors of #521FAB
Black with #521FAB
Text Example
Text Example
White with #521FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FAB; }
p { color: rgb(82,31,171); }
H1.HeaderClassName
{
color: #521FAB;
}
.AnyTagClassName
{
color: #521FAB;
}
</style>
background-color css
<style>
a { background-color: #521FAB; }
a { background-color: rgb(82,31,171); }
div.DivClassName
{
background-color: #521FAB;
}
.BgClassName
{
background-color: #521FAB;
}
</style>
border-color css
<style>
span { border-color: #521FAB; }
span { border-color: rgb(82,31,171); }
td.TdClassName
{
border-color: #521FAB;
}
.TagClassName
{
border-color: #521FAB;
}
</style>