Shades of Purple Heart #5018B1
Tints of Purple Heart #5018B1
RGB
CMYK
RGB Variations
Color information
#5018B1 (or 0x5018B1) is known color: Purple Heart. HEX triplet: 50, 18 and B1. RGB value is (80,24,177). Sum of RGB (Red+Green+Blue) = 80+24+177=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #5018B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5018B1 is #AFE74E. Grayscale: #393939. Windows color (decimal): -11528015 or 11606096. OLE color: 11606096.
HSL color Cylindrical-coordinate representation of color #5018B1: hue angle of 261.96º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5018B1 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 24 | 177 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.31 |
| HSL | 261.96º | 0.76% | 0.39% | - |
| HSV(B) | 261.96º | 0.86% | 0.69% | - |
| XYZ | 11.57 | 5.53 | 42.05 | - |
| YUV | 58.19 | 195.05 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 177 | 0.55 | 0.86 | 0 | 0.31 | 261.96 | 0.76 | 0.39 |
| Hex | 50 | 18 | B1 | 37 | 56 | 0 | 1F | 106 | 4C | 27 |
| Octal | 120 | 30 | 261 | 67 | 126 | 0 | 37 | 406 | 114 | 47 |
| Binary | 1010000 | 11000 | 10110001 | 110111 | 1010110 | 0 | 11111 | 100000110 | 1001100 | 100111 |
Color Harmonies of #5018B1
Complementary color
Monochromatic Colors of #5018B1
Black with #5018B1
Text Example
Text Example
White with #5018B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5018B1; }
p { color: rgb(80,24,177); }
H1.HeaderClassName
{
color: #5018B1;
}
.AnyTagClassName
{
color: #5018B1;
}
</style>
background-color css
<style>
a { background-color: #5018B1; }
a { background-color: rgb(80,24,177); }
div.DivClassName
{
background-color: #5018B1;
}
.BgClassName
{
background-color: #5018B1;
}
</style>
border-color css
<style>
span { border-color: #5018B1; }
span { border-color: rgb(80,24,177); }
td.TdClassName
{
border-color: #5018B1;
}
.TagClassName
{
border-color: #5018B1;
}
</style>