Shades of Purple Heart #5021C6
Tints of Purple Heart #5021C6
RGB
CMYK
RGB Variations
Color information
#5021C6 (or 0x5021C6) is known color: Purple Heart. HEX triplet: 50, 21 and C6. RGB value is (80,33,198). Sum of RGB (Red+Green+Blue) = 80+33+198=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 198 (77.73% from 255 or 63.67% from 311); Max value from RGB is 198 - color contains mainly: blue. Hex color #5021C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021C6 is #AFDE39. Grayscale: #414141. Windows color (decimal): -11525690 or 12984656. OLE color: 12984656.
HSL color Cylindrical-coordinate representation of color #5021C6: hue angle of 257.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5021C6 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 33 | 198 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.22 |
| HSL | 257.09º | 0.71% | 0.45% | - |
| HSV(B) | 257.09º | 0.83% | 0.78% | - |
| XYZ | 14.05 | 6.87 | 54.01 | - |
| YUV | 65.86 | 202.57 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 198 | 0.60 | 0.83 | 0 | 0.22 | 257.09 | 0.71 | 0.45 |
| Hex | 50 | 21 | C6 | 3C | 53 | 0 | 16 | 101 | 47 | 2D |
| Octal | 120 | 41 | 306 | 74 | 123 | 0 | 26 | 401 | 107 | 55 |
| Binary | 1010000 | 100001 | 11000110 | 111100 | 1010011 | 0 | 10110 | 100000001 | 1000111 | 101101 |
Color Harmonies of #5021C6
Complementary color
Monochromatic Colors of #5021C6
Black with #5021C6
Text Example
Text Example
White with #5021C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5021C6; }
p { color: rgb(80,33,198); }
H1.HeaderClassName
{
color: #5021C6;
}
.AnyTagClassName
{
color: #5021C6;
}
</style>
background-color css
<style>
a { background-color: #5021C6; }
a { background-color: rgb(80,33,198); }
div.DivClassName
{
background-color: #5021C6;
}
.BgClassName
{
background-color: #5021C6;
}
</style>
border-color css
<style>
span { border-color: #5021C6; }
span { border-color: rgb(80,33,198); }
td.TdClassName
{
border-color: #5021C6;
}
.TagClassName
{
border-color: #5021C6;
}
</style>