Shades of Purple Heart #520FCB
Tints of Purple Heart #520FCB
RGB
CMYK
RGB Variations
Color information
#520FCB (or 0x520FCB) is known color: Purple Heart. HEX triplet: 52, 0F and CB. RGB value is (82,15,203). Sum of RGB (Red+Green+Blue) = 82+15+203=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #520FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FCB is #ADF034. Grayscale: #373737. Windows color (decimal): -11399221 or 13307730. OLE color: 13307730.
HSL color Cylindrical-coordinate representation of color #520FCB: hue angle of 261.38º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520FCB is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 15 | 203 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.20 |
| HSL | 261.38º | 0.86% | 0.43% | - |
| HSV(B) | 261.38º | 0.93% | 0.8% | - |
| XYZ | 14.43 | 6.45 | 56.98 | - |
| YUV | 56.47 | 210.7 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 203 | 0.60 | 0.93 | 0 | 0.20 | 261.38 | 0.86 | 0.43 |
| Hex | 52 | F | CB | 3C | 5D | 0 | 14 | 105 | 56 | 2B |
| Octal | 122 | 17 | 313 | 74 | 135 | 0 | 24 | 405 | 126 | 53 |
| Binary | 1010010 | 1111 | 11001011 | 111100 | 1011101 | 0 | 10100 | 100000101 | 1010110 | 101011 |
Color Harmonies of #520FCB
Complementary color
Monochromatic Colors of #520FCB
Black with #520FCB
Text Example
Text Example
White with #520FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FCB; }
p { color: rgb(82,15,203); }
H1.HeaderClassName
{
color: #520FCB;
}
.AnyTagClassName
{
color: #520FCB;
}
</style>
background-color css
<style>
a { background-color: #520FCB; }
a { background-color: rgb(82,15,203); }
div.DivClassName
{
background-color: #520FCB;
}
.BgClassName
{
background-color: #520FCB;
}
</style>
border-color css
<style>
span { border-color: #520FCB; }
span { border-color: rgb(82,15,203); }
td.TdClassName
{
border-color: #520FCB;
}
.TagClassName
{
border-color: #520FCB;
}
</style>