Shades of Purple Heart #5206C0
Tints of Purple Heart #5206C0
RGB
CMYK
RGB Variations
Color information
#5206C0 (or 0x5206C0) is known color: Purple Heart. HEX triplet: 52, 06 and C0. RGB value is (82,6,192). Sum of RGB (Red+Green+Blue) = 82+6+192=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #5206C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5206C0 is #ADF93F. Grayscale: #313131. Windows color (decimal): -11401536 or 12584530. OLE color: 12584530.
HSL color Cylindrical-coordinate representation of color #5206C0: hue angle of 264.52º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5206C0 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 6 | 192 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.25 |
| HSL | 264.52º | 0.94% | 0.39% | - |
| HSV(B) | 264.52º | 0.97% | 0.75% | - |
| XYZ | 13.06 | 5.73 | 50.29 | - |
| YUV | 49.93 | 208.18 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 192 | 0.57 | 0.97 | 0 | 0.25 | 264.52 | 0.94 | 0.39 |
| Hex | 52 | 6 | C0 | 39 | 61 | 0 | 19 | 109 | 5E | 27 |
| Octal | 122 | 6 | 300 | 71 | 141 | 0 | 31 | 411 | 136 | 47 |
| Binary | 1010010 | 110 | 11000000 | 111001 | 1100001 | 0 | 11001 | 100001001 | 1011110 | 100111 |
Color Harmonies of #5206C0
Complementary color
Monochromatic Colors of #5206C0
Black with #5206C0
Text Example
Text Example
White with #5206C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5206C0; }
p { color: rgb(82,6,192); }
H1.HeaderClassName
{
color: #5206C0;
}
.AnyTagClassName
{
color: #5206C0;
}
</style>
background-color css
<style>
a { background-color: #5206C0; }
a { background-color: rgb(82,6,192); }
div.DivClassName
{
background-color: #5206C0;
}
.BgClassName
{
background-color: #5206C0;
}
</style>
border-color css
<style>
span { border-color: #5206C0; }
span { border-color: rgb(82,6,192); }
td.TdClassName
{
border-color: #5206C0;
}
.TagClassName
{
border-color: #5206C0;
}
</style>