Shades of Purple Heart #521BA3
Tints of Purple Heart #521BA3
RGB
CMYK
RGB Variations
Color information
#521BA3 (or 0x521BA3) is known color: Purple Heart. HEX triplet: 52, 1B and A3. RGB value is (82,27,163). Sum of RGB (Red+Green+Blue) = 82+27+163=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 163 (64.06% from 255 or 59.93% from 272); Max value from RGB is 163 - color contains mainly: blue. Hex color #521BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521BA3 is #ADE45C. Grayscale: #3A3A3A. Windows color (decimal): -11396189 or 10689362. OLE color: 10689362.
HSL color Cylindrical-coordinate representation of color #521BA3: hue angle of 264.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521BA3 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 27 | 163 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.36 |
| HSL | 264.26º | 0.72% | 0.37% | - |
| HSV(B) | 264.26º | 0.83% | 0.64% | - |
| XYZ | 10.48 | 5.22 | 35.11 | - |
| YUV | 58.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 163 | 0.50 | 0.83 | 0 | 0.36 | 264.26 | 0.72 | 0.37 |
| Hex | 52 | 1B | A3 | 32 | 53 | 0 | 24 | 108 | 48 | 25 |
| Octal | 122 | 33 | 243 | 62 | 123 | 0 | 44 | 410 | 110 | 45 |
| Binary | 1010010 | 11011 | 10100011 | 110010 | 1010011 | 0 | 100100 | 100001000 | 1001000 | 100101 |
Color Harmonies of #521BA3
Complementary color
Monochromatic Colors of #521BA3
Black with #521BA3
Text Example
Text Example
White with #521BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BA3; }
p { color: rgb(82,27,163); }
H1.HeaderClassName
{
color: #521BA3;
}
.AnyTagClassName
{
color: #521BA3;
}
</style>
background-color css
<style>
a { background-color: #521BA3; }
a { background-color: rgb(82,27,163); }
div.DivClassName
{
background-color: #521BA3;
}
.BgClassName
{
background-color: #521BA3;
}
</style>
border-color css
<style>
span { border-color: #521BA3; }
span { border-color: rgb(82,27,163); }
td.TdClassName
{
border-color: #521BA3;
}
.TagClassName
{
border-color: #521BA3;
}
</style>