Shades of Purple Heart #501CBD
Tints of Purple Heart #501CBD
RGB
CMYK
RGB Variations
Color information
#501CBD (or 0x501CBD) is known color: Purple Heart. HEX triplet: 50, 1C and BD. RGB value is (80,28,189). Sum of RGB (Red+Green+Blue) = 80+28+189=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #501CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CBD is #AFE342. Grayscale: #3D3D3D. Windows color (decimal): -11526979 or 12393552. OLE color: 12393552.
HSL color Cylindrical-coordinate representation of color #501CBD: hue angle of 259.38º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501CBD is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 28 | 189 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.26 |
| HSL | 259.38º | 0.74% | 0.43% | - |
| HSV(B) | 259.38º | 0.85% | 0.74% | - |
| XYZ | 12.91 | 6.21 | 48.66 | - |
| YUV | 61.9 | 199.73 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 189 | 0.58 | 0.85 | 0 | 0.26 | 259.38 | 0.74 | 0.43 |
| Hex | 50 | 1C | BD | 3A | 55 | 0 | 1A | 103 | 4A | 2B |
| Octal | 120 | 34 | 275 | 72 | 125 | 0 | 32 | 403 | 112 | 53 |
| Binary | 1010000 | 11100 | 10111101 | 111010 | 1010101 | 0 | 11010 | 100000011 | 1001010 | 101011 |
Color Harmonies of #501CBD
Complementary color
Monochromatic Colors of #501CBD
Black with #501CBD
Text Example
Text Example
White with #501CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CBD; }
p { color: rgb(80,28,189); }
H1.HeaderClassName
{
color: #501CBD;
}
.AnyTagClassName
{
color: #501CBD;
}
</style>
background-color css
<style>
a { background-color: #501CBD; }
a { background-color: rgb(80,28,189); }
div.DivClassName
{
background-color: #501CBD;
}
.BgClassName
{
background-color: #501CBD;
}
</style>
border-color css
<style>
span { border-color: #501CBD; }
span { border-color: rgb(80,28,189); }
td.TdClassName
{
border-color: #501CBD;
}
.TagClassName
{
border-color: #501CBD;
}
</style>