Shades of Purple Heart #5018B7
Tints of Purple Heart #5018B7
RGB
CMYK
RGB Variations
Color information
#5018B7 (or 0x5018B7) is known color: Purple Heart. HEX triplet: 50, 18 and B7. RGB value is (80,24,183). Sum of RGB (Red+Green+Blue) = 80+24+183=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 183 (71.88% from 255 or 63.76% from 287); Max value from RGB is 183 - color contains mainly: blue. Hex color #5018B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5018B7 is #AFE748. Grayscale: #3A3A3A. Windows color (decimal): -11528009 or 11999312. OLE color: 11999312.
HSL color Cylindrical-coordinate representation of color #5018B7: hue angle of 261.13º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5018B7 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 24 | 183 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.28 |
| HSL | 261.13º | 0.77% | 0.41% | - |
| HSV(B) | 261.13º | 0.87% | 0.72% | - |
| XYZ | 12.18 | 5.78 | 45.27 | - |
| YUV | 58.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 183 | 0.56 | 0.87 | 0 | 0.28 | 261.13 | 0.77 | 0.41 |
| Hex | 50 | 18 | B7 | 38 | 57 | 0 | 1C | 105 | 4D | 29 |
| Octal | 120 | 30 | 267 | 70 | 127 | 0 | 34 | 405 | 115 | 51 |
| Binary | 1010000 | 11000 | 10110111 | 111000 | 1010111 | 0 | 11100 | 100000101 | 1001101 | 101001 |
Color Harmonies of #5018B7
Complementary color
Monochromatic Colors of #5018B7
Black with #5018B7
Text Example
Text Example
White with #5018B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5018B7; }
p { color: rgb(80,24,183); }
H1.HeaderClassName
{
color: #5018B7;
}
.AnyTagClassName
{
color: #5018B7;
}
</style>
background-color css
<style>
a { background-color: #5018B7; }
a { background-color: rgb(80,24,183); }
div.DivClassName
{
background-color: #5018B7;
}
.BgClassName
{
background-color: #5018B7;
}
</style>
border-color css
<style>
span { border-color: #5018B7; }
span { border-color: rgb(80,24,183); }
td.TdClassName
{
border-color: #5018B7;
}
.TagClassName
{
border-color: #5018B7;
}
</style>