Shades of Purple Heart #520ACF
Tints of Purple Heart #520ACF
RGB
CMYK
RGB Variations
Color information
#520ACF (or 0x520ACF) is known color: Purple Heart. HEX triplet: 52, 0A and CF. RGB value is (82,10,207). Sum of RGB (Red+Green+Blue) = 82+10+207=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #520ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ACF is #ADF530. Grayscale: #353535. Windows color (decimal): -11400497 or 13568594. OLE color: 13568594.
HSL color Cylindrical-coordinate representation of color #520ACF: hue angle of 261.93º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ACF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 10 | 207 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.19 |
| HSL | 261.93º | 0.91% | 0.43% | - |
| HSV(B) | 261.93º | 0.95% | 0.81% | - |
| XYZ | 14.85 | 6.52 | 59.51 | - |
| YUV | 53.99 | 214.35 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 207 | 0.60 | 0.95 | 0 | 0.19 | 261.93 | 0.91 | 0.43 |
| Hex | 52 | A | CF | 3C | 5F | 0 | 13 | 106 | 5B | 2B |
| Octal | 122 | 12 | 317 | 74 | 137 | 0 | 23 | 406 | 133 | 53 |
| Binary | 1010010 | 1010 | 11001111 | 111100 | 1011111 | 0 | 10011 | 100000110 | 1011011 | 101011 |
Color Harmonies of #520ACF
Complementary color
Monochromatic Colors of #520ACF
Black with #520ACF
Text Example
Text Example
White with #520ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520ACF; }
p { color: rgb(82,10,207); }
H1.HeaderClassName
{
color: #520ACF;
}
.AnyTagClassName
{
color: #520ACF;
}
</style>
background-color css
<style>
a { background-color: #520ACF; }
a { background-color: rgb(82,10,207); }
div.DivClassName
{
background-color: #520ACF;
}
.BgClassName
{
background-color: #520ACF;
}
</style>
border-color css
<style>
span { border-color: #520ACF; }
span { border-color: rgb(82,10,207); }
td.TdClassName
{
border-color: #520ACF;
}
.TagClassName
{
border-color: #520ACF;
}
</style>