Shades of Purple Heart #5011B4
Tints of Purple Heart #5011B4
RGB
CMYK
RGB Variations
Color information
#5011B4 (or 0x5011B4) is known color: Purple Heart. HEX triplet: 50, 11 and B4. RGB value is (80,17,180). Sum of RGB (Red+Green+Blue) = 80+17+180=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #5011B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5011B4 is #AFEE4B. Grayscale: #353535. Windows color (decimal): -11529804 or 11800912. OLE color: 11800912.
HSL color Cylindrical-coordinate representation of color #5011B4: hue angle of 263.19º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5011B4 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 17 | 180 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.29 |
| HSL | 263.19º | 0.83% | 0.39% | - |
| HSV(B) | 263.19º | 0.91% | 0.71% | - |
| XYZ | 11.75 | 5.4 | 43.6 | - |
| YUV | 54.42 | 198.87 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 180 | 0.56 | 0.91 | 0 | 0.29 | 263.19 | 0.83 | 0.39 |
| Hex | 50 | 11 | B4 | 38 | 5B | 0 | 1D | 107 | 53 | 27 |
| Octal | 120 | 21 | 264 | 70 | 133 | 0 | 35 | 407 | 123 | 47 |
| Binary | 1010000 | 10001 | 10110100 | 111000 | 1011011 | 0 | 11101 | 100000111 | 1010011 | 100111 |
Color Harmonies of #5011B4
Complementary color
Monochromatic Colors of #5011B4
Black with #5011B4
Text Example
Text Example
White with #5011B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011B4; }
p { color: rgb(80,17,180); }
H1.HeaderClassName
{
color: #5011B4;
}
.AnyTagClassName
{
color: #5011B4;
}
</style>
background-color css
<style>
a { background-color: #5011B4; }
a { background-color: rgb(80,17,180); }
div.DivClassName
{
background-color: #5011B4;
}
.BgClassName
{
background-color: #5011B4;
}
</style>
border-color css
<style>
span { border-color: #5011B4; }
span { border-color: rgb(80,17,180); }
td.TdClassName
{
border-color: #5011B4;
}
.TagClassName
{
border-color: #5011B4;
}
</style>