Shades of Purple Heart #520CCB
Tints of Purple Heart #520CCB
RGB
CMYK
RGB Variations
Color information
#520CCB (or 0x520CCB) is known color: Purple Heart. HEX triplet: 52, 0C and CB. RGB value is (82,12,203). Sum of RGB (Red+Green+Blue) = 82+12+203=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #520CCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CCB is #ADF334. Grayscale: #363636. Windows color (decimal): -11399989 or 13306962. OLE color: 13306962.
HSL color Cylindrical-coordinate representation of color #520CCB: hue angle of 261.99º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CCB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 12 | 203 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.20 |
| HSL | 261.99º | 0.89% | 0.42% | - |
| HSV(B) | 261.99º | 0.94% | 0.8% | - |
| XYZ | 14.39 | 6.37 | 56.97 | - |
| YUV | 54.7 | 211.69 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 203 | 0.60 | 0.94 | 0 | 0.20 | 261.99 | 0.89 | 0.42 |
| Hex | 52 | C | CB | 3C | 5E | 0 | 14 | 106 | 59 | 2A |
| Octal | 122 | 14 | 313 | 74 | 136 | 0 | 24 | 406 | 131 | 52 |
| Binary | 1010010 | 1100 | 11001011 | 111100 | 1011110 | 0 | 10100 | 100000110 | 1011001 | 101010 |
Color Harmonies of #520CCB
Complementary color
Monochromatic Colors of #520CCB
Black with #520CCB
Text Example
Text Example
White with #520CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CCB; }
p { color: rgb(82,12,203); }
H1.HeaderClassName
{
color: #520CCB;
}
.AnyTagClassName
{
color: #520CCB;
}
</style>
background-color css
<style>
a { background-color: #520CCB; }
a { background-color: rgb(82,12,203); }
div.DivClassName
{
background-color: #520CCB;
}
.BgClassName
{
background-color: #520CCB;
}
</style>
border-color css
<style>
span { border-color: #520CCB; }
span { border-color: rgb(82,12,203); }
td.TdClassName
{
border-color: #520CCB;
}
.TagClassName
{
border-color: #520CCB;
}
</style>