Shades of Purple Heart #521BA4
Tints of Purple Heart #521BA4
RGB
CMYK
RGB Variations
Color information
#521BA4 (or 0x521BA4) is known color: Purple Heart. HEX triplet: 52, 1B and A4. RGB value is (82,27,164). Sum of RGB (Red+Green+Blue) = 82+27+164=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #521BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521BA4 is #ADE45B. Grayscale: #3A3A3A. Windows color (decimal): -11396188 or 10754898. OLE color: 10754898.
HSL color Cylindrical-coordinate representation of color #521BA4: hue angle of 264.09º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521BA4 is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 27 | 164 | - |
| CMYK | 0.5 | 0.84 | 0 | 0.36 |
| HSL | 264.09º | 0.72% | 0.37% | - |
| HSV(B) | 264.09º | 0.84% | 0.64% | - |
| XYZ | 10.57 | 5.26 | 35.58 | - |
| YUV | 59.06 | 187.22 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 164 | 0.5 | 0.84 | 0 | 0.36 | 264.09 | 0.72 | 0.37 |
| Hex | 52 | 1B | A4 | 32 | 54 | 0 | 24 | 108 | 48 | 25 |
| Octal | 122 | 33 | 244 | 62 | 124 | 0 | 44 | 410 | 110 | 45 |
| Binary | 1010010 | 11011 | 10100100 | 110010 | 1010100 | 0 | 100100 | 100001000 | 1001000 | 100101 |
Color Harmonies of #521BA4
Complementary color
Monochromatic Colors of #521BA4
Black with #521BA4
Text Example
Text Example
White with #521BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BA4; }
p { color: rgb(82,27,164); }
H1.HeaderClassName
{
color: #521BA4;
}
.AnyTagClassName
{
color: #521BA4;
}
</style>
background-color css
<style>
a { background-color: #521BA4; }
a { background-color: rgb(82,27,164); }
div.DivClassName
{
background-color: #521BA4;
}
.BgClassName
{
background-color: #521BA4;
}
</style>
border-color css
<style>
span { border-color: #521BA4; }
span { border-color: rgb(82,27,164); }
td.TdClassName
{
border-color: #521BA4;
}
.TagClassName
{
border-color: #521BA4;
}
</style>