Shades of Purple Heart #5017BE
Tints of Purple Heart #5017BE
RGB
CMYK
RGB Variations
Color information
#5017BE (or 0x5017BE) is known color: Purple Heart. HEX triplet: 50, 17 and BE. RGB value is (80,23,190). Sum of RGB (Red+Green+Blue) = 80+23+190=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #5017BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5017BE is #AFE841. Grayscale: #3A3A3A. Windows color (decimal): -11528258 or 12457808. OLE color: 12457808.
HSL color Cylindrical-coordinate representation of color #5017BE: hue angle of 260.48º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5017BE is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 23 | 190 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.25 |
| HSL | 260.48º | 0.78% | 0.42% | - |
| HSV(B) | 260.48º | 0.88% | 0.75% | - |
| XYZ | 12.91 | 6.04 | 49.2 | - |
| YUV | 59.08 | 201.88 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 190 | 0.58 | 0.88 | 0 | 0.25 | 260.48 | 0.78 | 0.42 |
| Hex | 50 | 17 | BE | 3A | 58 | 0 | 19 | 104 | 4E | 2A |
| Octal | 120 | 27 | 276 | 72 | 130 | 0 | 31 | 404 | 116 | 52 |
| Binary | 1010000 | 10111 | 10111110 | 111010 | 1011000 | 0 | 11001 | 100000100 | 1001110 | 101010 |
Color Harmonies of #5017BE
Complementary color
Monochromatic Colors of #5017BE
Black with #5017BE
Text Example
Text Example
White with #5017BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5017BE; }
p { color: rgb(80,23,190); }
H1.HeaderClassName
{
color: #5017BE;
}
.AnyTagClassName
{
color: #5017BE;
}
</style>
background-color css
<style>
a { background-color: #5017BE; }
a { background-color: rgb(80,23,190); }
div.DivClassName
{
background-color: #5017BE;
}
.BgClassName
{
background-color: #5017BE;
}
</style>
border-color css
<style>
span { border-color: #5017BE; }
span { border-color: rgb(80,23,190); }
td.TdClassName
{
border-color: #5017BE;
}
.TagClassName
{
border-color: #5017BE;
}
</style>