Shades of Purple Heart #5018BE
Tints of Purple Heart #5018BE
RGB
CMYK
RGB Variations
Color information
#5018BE (or 0x5018BE) is known color: Purple Heart. HEX triplet: 50, 18 and BE. RGB value is (80,24,190). Sum of RGB (Red+Green+Blue) = 80+24+190=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #5018BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5018BE is #AFE741. Grayscale: #3B3B3B. Windows color (decimal): -11528002 or 12458064. OLE color: 12458064.
HSL color Cylindrical-coordinate representation of color #5018BE: hue angle of 260.24º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5018BE is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 24 | 190 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.25 |
| HSL | 260.24º | 0.78% | 0.42% | - |
| HSV(B) | 260.24º | 0.87% | 0.75% | - |
| XYZ | 12.93 | 6.08 | 49.21 | - |
| YUV | 59.67 | 201.55 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 190 | 0.58 | 0.87 | 0 | 0.25 | 260.24 | 0.78 | 0.42 |
| Hex | 50 | 18 | BE | 3A | 57 | 0 | 19 | 104 | 4E | 2A |
| Octal | 120 | 30 | 276 | 72 | 127 | 0 | 31 | 404 | 116 | 52 |
| Binary | 1010000 | 11000 | 10111110 | 111010 | 1010111 | 0 | 11001 | 100000100 | 1001110 | 101010 |
Color Harmonies of #5018BE
Complementary color
Monochromatic Colors of #5018BE
Black with #5018BE
Text Example
Text Example
White with #5018BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5018BE; }
p { color: rgb(80,24,190); }
H1.HeaderClassName
{
color: #5018BE;
}
.AnyTagClassName
{
color: #5018BE;
}
</style>
background-color css
<style>
a { background-color: #5018BE; }
a { background-color: rgb(80,24,190); }
div.DivClassName
{
background-color: #5018BE;
}
.BgClassName
{
background-color: #5018BE;
}
</style>
border-color css
<style>
span { border-color: #5018BE; }
span { border-color: rgb(80,24,190); }
td.TdClassName
{
border-color: #5018BE;
}
.TagClassName
{
border-color: #5018BE;
}
</style>