Shades of Purple Heart #501BD5
Tints of Purple Heart #501BD5
RGB
CMYK
RGB Variations
Color information
#501BD5 (or 0x501BD5) is known color: Purple Heart. HEX triplet: 50, 1B and D5. RGB value is (80,27,213). Sum of RGB (Red+Green+Blue) = 80+27+213=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 213 (83.59% from 255 or 66.56% from 320); Max value from RGB is 213 - color contains mainly: blue. Hex color #501BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BD5 is #AFE42A. Grayscale: #3F3F3F. Windows color (decimal): -11527211 or 13966160. OLE color: 13966160.
HSL color Cylindrical-coordinate representation of color #501BD5: hue angle of 257.1º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501BD5 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 27 | 213 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.16 |
| HSL | 257.1º | 0.78% | 0.47% | - |
| HSV(B) | 257.1º | 0.87% | 0.84% | - |
| XYZ | 15.71 | 7.29 | 63.53 | - |
| YUV | 64.05 | 212.06 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 213 | 0.62 | 0.87 | 0 | 0.16 | 257.1 | 0.78 | 0.47 |
| Hex | 50 | 1B | D5 | 3E | 57 | 0 | 10 | 101 | 4E | 2F |
| Octal | 120 | 33 | 325 | 76 | 127 | 0 | 20 | 401 | 116 | 57 |
| Binary | 1010000 | 11011 | 11010101 | 111110 | 1010111 | 0 | 10000 | 100000001 | 1001110 | 101111 |
Color Harmonies of #501BD5
Complementary color
Monochromatic Colors of #501BD5
Black with #501BD5
Text Example
Text Example
White with #501BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BD5; }
p { color: rgb(80,27,213); }
H1.HeaderClassName
{
color: #501BD5;
}
.AnyTagClassName
{
color: #501BD5;
}
</style>
background-color css
<style>
a { background-color: #501BD5; }
a { background-color: rgb(80,27,213); }
div.DivClassName
{
background-color: #501BD5;
}
.BgClassName
{
background-color: #501BD5;
}
</style>
border-color css
<style>
span { border-color: #501BD5; }
span { border-color: rgb(80,27,213); }
td.TdClassName
{
border-color: #501BD5;
}
.TagClassName
{
border-color: #501BD5;
}
</style>