Shades of Purple Heart #521AAC
Tints of Purple Heart #521AAC
RGB
CMYK
RGB Variations
Color information
#521AAC (or 0x521AAC) is known color: Purple Heart. HEX triplet: 52, 1A and AC. RGB value is (82,26,172). Sum of RGB (Red+Green+Blue) = 82+26+172=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #521AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521AAC is #ADE553. Grayscale: #3A3A3A. Windows color (decimal): -11396436 or 11278930. OLE color: 11278930.
HSL color Cylindrical-coordinate representation of color #521AAC: hue angle of 263.01º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521AAC is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 26 | 172 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.33 |
| HSL | 263.01º | 0.74% | 0.39% | - |
| HSV(B) | 263.01º | 0.85% | 0.67% | - |
| XYZ | 11.3 | 5.51 | 39.5 | - |
| YUV | 59.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 172 | 0.52 | 0.85 | 0 | 0.33 | 263.01 | 0.74 | 0.39 |
| Hex | 52 | 1A | AC | 34 | 55 | 0 | 21 | 107 | 4A | 27 |
| Octal | 122 | 32 | 254 | 64 | 125 | 0 | 41 | 407 | 112 | 47 |
| Binary | 1010010 | 11010 | 10101100 | 110100 | 1010101 | 0 | 100001 | 100000111 | 1001010 | 100111 |
Color Harmonies of #521AAC
Complementary color
Monochromatic Colors of #521AAC
Black with #521AAC
Text Example
Text Example
White with #521AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AAC; }
p { color: rgb(82,26,172); }
H1.HeaderClassName
{
color: #521AAC;
}
.AnyTagClassName
{
color: #521AAC;
}
</style>
background-color css
<style>
a { background-color: #521AAC; }
a { background-color: rgb(82,26,172); }
div.DivClassName
{
background-color: #521AAC;
}
.BgClassName
{
background-color: #521AAC;
}
</style>
border-color css
<style>
span { border-color: #521AAC; }
span { border-color: rgb(82,26,172); }
td.TdClassName
{
border-color: #521AAC;
}
.TagClassName
{
border-color: #521AAC;
}
</style>