Shades of Purple Heart #5016CC
Tints of Purple Heart #5016CC
RGB
CMYK
RGB Variations
Color information
#5016CC (or 0x5016CC) is known color: Purple Heart. HEX triplet: 50, 16 and CC. RGB value is (80,22,204). Sum of RGB (Red+Green+Blue) = 80+22+204=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #5016CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5016CC is #AFE933. Grayscale: #3B3B3B. Windows color (decimal): -11528500 or 13375056. OLE color: 13375056.
HSL color Cylindrical-coordinate representation of color #5016CC: hue angle of 259.12º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5016CC is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 22 | 204 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.2 |
| HSL | 259.12º | 0.81% | 0.44% | - |
| HSV(B) | 259.12º | 0.89% | 0.8% | - |
| XYZ | 14.49 | 6.64 | 57.64 | - |
| YUV | 60.09 | 209.22 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 204 | 0.61 | 0.89 | 0 | 0.2 | 259.12 | 0.81 | 0.44 |
| Hex | 50 | 16 | CC | 3D | 59 | 0 | 14 | 103 | 51 | 2C |
| Octal | 120 | 26 | 314 | 75 | 131 | 0 | 24 | 403 | 121 | 54 |
| Binary | 1010000 | 10110 | 11001100 | 111101 | 1011001 | 0 | 10100 | 100000011 | 1010001 | 101100 |
Color Harmonies of #5016CC
Complementary color
Monochromatic Colors of #5016CC
Black with #5016CC
Text Example
Text Example
White with #5016CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5016CC; }
p { color: rgb(80,22,204); }
H1.HeaderClassName
{
color: #5016CC;
}
.AnyTagClassName
{
color: #5016CC;
}
</style>
background-color css
<style>
a { background-color: #5016CC; }
a { background-color: rgb(80,22,204); }
div.DivClassName
{
background-color: #5016CC;
}
.BgClassName
{
background-color: #5016CC;
}
</style>
border-color css
<style>
span { border-color: #5016CC; }
span { border-color: rgb(80,22,204); }
td.TdClassName
{
border-color: #5016CC;
}
.TagClassName
{
border-color: #5016CC;
}
</style>