Shades of Purple Heart #521BA9
Tints of Purple Heart #521BA9
RGB
CMYK
RGB Variations
Color information
#521BA9 (or 0x521BA9) is known color: Purple Heart. HEX triplet: 52, 1B and A9. RGB value is (82,27,169). Sum of RGB (Red+Green+Blue) = 82+27+169=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 169 (66.41% from 255 or 60.79% from 278); Max value from RGB is 169 - color contains mainly: blue. Hex color #521BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521BA9 is #ADE456. Grayscale: #3B3B3B. Windows color (decimal): -11396183 or 11082578. OLE color: 11082578.
HSL color Cylindrical-coordinate representation of color #521BA9: hue angle of 263.24º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521BA9 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 27 | 169 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.34 |
| HSL | 263.24º | 0.72% | 0.38% | - |
| HSV(B) | 263.24º | 0.84% | 0.66% | - |
| XYZ | 11.03 | 5.44 | 38.01 | - |
| YUV | 59.63 | 189.72 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 169 | 0.51 | 0.84 | 0 | 0.34 | 263.24 | 0.72 | 0.38 |
| Hex | 52 | 1B | A9 | 33 | 54 | 0 | 22 | 107 | 48 | 26 |
| Octal | 122 | 33 | 251 | 63 | 124 | 0 | 42 | 407 | 110 | 46 |
| Binary | 1010010 | 11011 | 10101001 | 110011 | 1010100 | 0 | 100010 | 100000111 | 1001000 | 100110 |
Color Harmonies of #521BA9
Complementary color
Monochromatic Colors of #521BA9
Black with #521BA9
Text Example
Text Example
White with #521BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BA9; }
p { color: rgb(82,27,169); }
H1.HeaderClassName
{
color: #521BA9;
}
.AnyTagClassName
{
color: #521BA9;
}
</style>
background-color css
<style>
a { background-color: #521BA9; }
a { background-color: rgb(82,27,169); }
div.DivClassName
{
background-color: #521BA9;
}
.BgClassName
{
background-color: #521BA9;
}
</style>
border-color css
<style>
span { border-color: #521BA9; }
span { border-color: rgb(82,27,169); }
td.TdClassName
{
border-color: #521BA9;
}
.TagClassName
{
border-color: #521BA9;
}
</style>