Shades of Purple Heart #520AC4
Tints of Purple Heart #520AC4
RGB
CMYK
RGB Variations
Color information
#520AC4 (or 0x520AC4) is known color: Purple Heart. HEX triplet: 52, 0A and C4. RGB value is (82,10,196). Sum of RGB (Red+Green+Blue) = 82+10+196=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 196 (76.95% from 255 or 68.06% from 288); Max value from RGB is 196 - color contains mainly: blue. Hex color #520AC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520AC4 is #ADF53B. Grayscale: #343434. Windows color (decimal): -11400508 or 12847698. OLE color: 12847698.
HSL color Cylindrical-coordinate representation of color #520AC4: hue angle of 263.23º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520AC4 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 10 | 196 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.23 |
| HSL | 263.23º | 0.9% | 0.4% | - |
| HSV(B) | 263.23º | 0.95% | 0.77% | - |
| XYZ | 13.55 | 6 | 52.67 | - |
| YUV | 52.73 | 208.85 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 196 | 0.58 | 0.95 | 0 | 0.23 | 263.23 | 0.9 | 0.4 |
| Hex | 52 | A | C4 | 3A | 5F | 0 | 17 | 107 | 5A | 28 |
| Octal | 122 | 12 | 304 | 72 | 137 | 0 | 27 | 407 | 132 | 50 |
| Binary | 1010010 | 1010 | 11000100 | 111010 | 1011111 | 0 | 10111 | 100000111 | 1011010 | 101000 |
Color Harmonies of #520AC4
Complementary color
Monochromatic Colors of #520AC4
Black with #520AC4
Text Example
Text Example
White with #520AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AC4; }
p { color: rgb(82,10,196); }
H1.HeaderClassName
{
color: #520AC4;
}
.AnyTagClassName
{
color: #520AC4;
}
</style>
background-color css
<style>
a { background-color: #520AC4; }
a { background-color: rgb(82,10,196); }
div.DivClassName
{
background-color: #520AC4;
}
.BgClassName
{
background-color: #520AC4;
}
</style>
border-color css
<style>
span { border-color: #520AC4; }
span { border-color: rgb(82,10,196); }
td.TdClassName
{
border-color: #520AC4;
}
.TagClassName
{
border-color: #520AC4;
}
</style>