Shades of Purple Heart #501BD1
Tints of Purple Heart #501BD1
RGB
CMYK
RGB Variations
Color information
#501BD1 (or 0x501BD1) is known color: Purple Heart. HEX triplet: 50, 1B and D1. RGB value is (80,27,209). Sum of RGB (Red+Green+Blue) = 80+27+209=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 209 (82.03% from 255 or 66.14% from 316); Max value from RGB is 209 - color contains mainly: blue. Hex color #501BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BD1 is #AFE42E. Grayscale: #3E3E3E. Windows color (decimal): -11527215 or 13704016. OLE color: 13704016.
HSL color Cylindrical-coordinate representation of color #501BD1: hue angle of 257.47º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501BD1 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 27 | 209 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.18 |
| HSL | 257.47º | 0.77% | 0.46% | - |
| HSV(B) | 257.47º | 0.87% | 0.82% | - |
| XYZ | 15.21 | 7.09 | 60.89 | - |
| YUV | 63.6 | 210.06 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 209 | 0.62 | 0.87 | 0 | 0.18 | 257.47 | 0.77 | 0.46 |
| Hex | 50 | 1B | D1 | 3E | 57 | 0 | 12 | 101 | 4D | 2E |
| Octal | 120 | 33 | 321 | 76 | 127 | 0 | 22 | 401 | 115 | 56 |
| Binary | 1010000 | 11011 | 11010001 | 111110 | 1010111 | 0 | 10010 | 100000001 | 1001101 | 101110 |
Color Harmonies of #501BD1
Complementary color
Monochromatic Colors of #501BD1
Black with #501BD1
Text Example
Text Example
White with #501BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BD1; }
p { color: rgb(80,27,209); }
H1.HeaderClassName
{
color: #501BD1;
}
.AnyTagClassName
{
color: #501BD1;
}
</style>
background-color css
<style>
a { background-color: #501BD1; }
a { background-color: rgb(80,27,209); }
div.DivClassName
{
background-color: #501BD1;
}
.BgClassName
{
background-color: #501BD1;
}
</style>
border-color css
<style>
span { border-color: #501BD1; }
span { border-color: rgb(80,27,209); }
td.TdClassName
{
border-color: #501BD1;
}
.TagClassName
{
border-color: #501BD1;
}
</style>