Shades of Purple Heart #5013C0
Tints of Purple Heart #5013C0
RGB
CMYK
RGB Variations
Color information
#5013C0 (or 0x5013C0) is known color: Purple Heart. HEX triplet: 50, 13 and C0. RGB value is (80,19,192). Sum of RGB (Red+Green+Blue) = 80+19+192=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #5013C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013C0 is #AFEC3F. Grayscale: #383838. Windows color (decimal): -11529280 or 12587856. OLE color: 12587856.
HSL color Cylindrical-coordinate representation of color #5013C0: hue angle of 261.16º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5013C0 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 19 | 192 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.25 |
| HSL | 261.16º | 0.82% | 0.41% | - |
| HSV(B) | 261.16º | 0.9% | 0.75% | - |
| XYZ | 13.06 | 5.98 | 50.33 | - |
| YUV | 56.96 | 204.21 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 192 | 0.58 | 0.90 | 0 | 0.25 | 261.16 | 0.82 | 0.41 |
| Hex | 50 | 13 | C0 | 3A | 5A | 0 | 19 | 105 | 52 | 29 |
| Octal | 120 | 23 | 300 | 72 | 132 | 0 | 31 | 405 | 122 | 51 |
| Binary | 1010000 | 10011 | 11000000 | 111010 | 1011010 | 0 | 11001 | 100000101 | 1010010 | 101001 |
Color Harmonies of #5013C0
Complementary color
Monochromatic Colors of #5013C0
Black with #5013C0
Text Example
Text Example
White with #5013C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5013C0; }
p { color: rgb(80,19,192); }
H1.HeaderClassName
{
color: #5013C0;
}
.AnyTagClassName
{
color: #5013C0;
}
</style>
background-color css
<style>
a { background-color: #5013C0; }
a { background-color: rgb(80,19,192); }
div.DivClassName
{
background-color: #5013C0;
}
.BgClassName
{
background-color: #5013C0;
}
</style>
border-color css
<style>
span { border-color: #5013C0; }
span { border-color: rgb(80,19,192); }
td.TdClassName
{
border-color: #5013C0;
}
.TagClassName
{
border-color: #5013C0;
}
</style>