Shades of Purple Heart #5016B0
Tints of Purple Heart #5016B0
RGB
CMYK
RGB Variations
Color information
#5016B0 (or 0x5016B0) is known color: Purple Heart. HEX triplet: 50, 16 and B0. RGB value is (80,22,176). Sum of RGB (Red+Green+Blue) = 80+22+176=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 176 (69.14% from 255 or 63.31% from 278); Max value from RGB is 176 - color contains mainly: blue. Hex color #5016B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5016B0 is #AFE94F. Grayscale: #383838. Windows color (decimal): -11528528 or 11540048. OLE color: 11540048.
HSL color Cylindrical-coordinate representation of color #5016B0: hue angle of 262.6º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5016B0 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 22 | 176 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.31 |
| HSL | 262.6º | 0.78% | 0.39% | - |
| HSV(B) | 262.6º | 0.88% | 0.69% | - |
| XYZ | 11.43 | 5.41 | 41.52 | - |
| YUV | 56.9 | 195.22 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 176 | 0.55 | 0.88 | 0 | 0.31 | 262.6 | 0.78 | 0.39 |
| Hex | 50 | 16 | B0 | 37 | 58 | 0 | 1F | 107 | 4E | 27 |
| Octal | 120 | 26 | 260 | 67 | 130 | 0 | 37 | 407 | 116 | 47 |
| Binary | 1010000 | 10110 | 10110000 | 110111 | 1011000 | 0 | 11111 | 100000111 | 1001110 | 100111 |
Color Harmonies of #5016B0
Complementary color
Monochromatic Colors of #5016B0
Black with #5016B0
Text Example
Text Example
White with #5016B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5016B0; }
p { color: rgb(80,22,176); }
H1.HeaderClassName
{
color: #5016B0;
}
.AnyTagClassName
{
color: #5016B0;
}
</style>
background-color css
<style>
a { background-color: #5016B0; }
a { background-color: rgb(80,22,176); }
div.DivClassName
{
background-color: #5016B0;
}
.BgClassName
{
background-color: #5016B0;
}
</style>
border-color css
<style>
span { border-color: #5016B0; }
span { border-color: rgb(80,22,176); }
td.TdClassName
{
border-color: #5016B0;
}
.TagClassName
{
border-color: #5016B0;
}
</style>