Shades of Purple Heart #520ACB
Tints of Purple Heart #520ACB
RGB
CMYK
RGB Variations
Color information
#520ACB (or 0x520ACB) is known color: Purple Heart. HEX triplet: 52, 0A and CB. RGB value is (82,10,203). Sum of RGB (Red+Green+Blue) = 82+10+203=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #520ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ACB is #ADF534. Grayscale: #343434. Windows color (decimal): -11400501 or 13306450. OLE color: 13306450.
HSL color Cylindrical-coordinate representation of color #520ACB: hue angle of 262.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ACB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 10 | 203 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.20 |
| HSL | 262.38º | 0.91% | 0.42% | - |
| HSV(B) | 262.38º | 0.95% | 0.8% | - |
| XYZ | 14.37 | 6.32 | 56.96 | - |
| YUV | 53.53 | 212.35 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 203 | 0.60 | 0.95 | 0 | 0.20 | 262.38 | 0.91 | 0.42 |
| Hex | 52 | A | CB | 3C | 5F | 0 | 14 | 106 | 5B | 2A |
| Octal | 122 | 12 | 313 | 74 | 137 | 0 | 24 | 406 | 133 | 52 |
| Binary | 1010010 | 1010 | 11001011 | 111100 | 1011111 | 0 | 10100 | 100000110 | 1011011 | 101010 |
Color Harmonies of #520ACB
Complementary color
Monochromatic Colors of #520ACB
Black with #520ACB
Text Example
Text Example
White with #520ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520ACB; }
p { color: rgb(82,10,203); }
H1.HeaderClassName
{
color: #520ACB;
}
.AnyTagClassName
{
color: #520ACB;
}
</style>
background-color css
<style>
a { background-color: #520ACB; }
a { background-color: rgb(82,10,203); }
div.DivClassName
{
background-color: #520ACB;
}
.BgClassName
{
background-color: #520ACB;
}
</style>
border-color css
<style>
span { border-color: #520ACB; }
span { border-color: rgb(82,10,203); }
td.TdClassName
{
border-color: #520ACB;
}
.TagClassName
{
border-color: #520ACB;
}
</style>