Shades of Purple Heart #521AB0
Tints of Purple Heart #521AB0
RGB
CMYK
RGB Variations
Color information
#521AB0 (or 0x521AB0) is known color: Purple Heart. HEX triplet: 52, 1A and B0. RGB value is (82,26,176). Sum of RGB (Red+Green+Blue) = 82+26+176=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 176 (69.14% from 255 or 61.97% from 284); Max value from RGB is 176 - color contains mainly: blue. Hex color #521AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521AB0 is #ADE54F. Grayscale: #3B3B3B. Windows color (decimal): -11396432 or 11541074. OLE color: 11541074.
HSL color Cylindrical-coordinate representation of color #521AB0: hue angle of 262.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521AB0 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 26 | 176 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.31 |
| HSL | 262.4º | 0.74% | 0.4% | - |
| HSV(B) | 262.4º | 0.85% | 0.69% | - |
| XYZ | 11.69 | 5.67 | 41.55 | - |
| YUV | 59.84 | 193.55 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 176 | 0.53 | 0.85 | 0 | 0.31 | 262.4 | 0.74 | 0.4 |
| Hex | 52 | 1A | B0 | 35 | 55 | 0 | 1F | 106 | 4A | 28 |
| Octal | 122 | 32 | 260 | 65 | 125 | 0 | 37 | 406 | 112 | 50 |
| Binary | 1010010 | 11010 | 10110000 | 110101 | 1010101 | 0 | 11111 | 100000110 | 1001010 | 101000 |
Color Harmonies of #521AB0
Complementary color
Monochromatic Colors of #521AB0
Black with #521AB0
Text Example
Text Example
White with #521AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AB0; }
p { color: rgb(82,26,176); }
H1.HeaderClassName
{
color: #521AB0;
}
.AnyTagClassName
{
color: #521AB0;
}
</style>
background-color css
<style>
a { background-color: #521AB0; }
a { background-color: rgb(82,26,176); }
div.DivClassName
{
background-color: #521AB0;
}
.BgClassName
{
background-color: #521AB0;
}
</style>
border-color css
<style>
span { border-color: #521AB0; }
span { border-color: rgb(82,26,176); }
td.TdClassName
{
border-color: #521AB0;
}
.TagClassName
{
border-color: #521AB0;
}
</style>