Shades of Purple Heart #501DC5
Tints of Purple Heart #501DC5
RGB
CMYK
RGB Variations
Color information
#501DC5 (or 0x501DC5) is known color: Purple Heart. HEX triplet: 50, 1D and C5. RGB value is (80,29,197). Sum of RGB (Red+Green+Blue) = 80+29+197=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 197 (77.34% from 255 or 64.38% from 306); Max value from RGB is 197 - color contains mainly: blue. Hex color #501DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DC5 is #AFE23A. Grayscale: #3E3E3E. Windows color (decimal): -11526715 or 12918096. OLE color: 12918096.
HSL color Cylindrical-coordinate representation of color #501DC5: hue angle of 258.21º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501DC5 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 29 | 197 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.23 |
| HSL | 258.21º | 0.74% | 0.44% | - |
| HSV(B) | 258.21º | 0.85% | 0.77% | - |
| XYZ | 13.83 | 6.62 | 53.37 | - |
| YUV | 63.4 | 203.4 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 197 | 0.59 | 0.85 | 0 | 0.23 | 258.21 | 0.74 | 0.44 |
| Hex | 50 | 1D | C5 | 3B | 55 | 0 | 17 | 102 | 4A | 2C |
| Octal | 120 | 35 | 305 | 73 | 125 | 0 | 27 | 402 | 112 | 54 |
| Binary | 1010000 | 11101 | 11000101 | 111011 | 1010101 | 0 | 10111 | 100000010 | 1001010 | 101100 |
Color Harmonies of #501DC5
Complementary color
Monochromatic Colors of #501DC5
Black with #501DC5
Text Example
Text Example
White with #501DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DC5; }
p { color: rgb(80,29,197); }
H1.HeaderClassName
{
color: #501DC5;
}
.AnyTagClassName
{
color: #501DC5;
}
</style>
background-color css
<style>
a { background-color: #501DC5; }
a { background-color: rgb(80,29,197); }
div.DivClassName
{
background-color: #501DC5;
}
.BgClassName
{
background-color: #501DC5;
}
</style>
border-color css
<style>
span { border-color: #501DC5; }
span { border-color: rgb(80,29,197); }
td.TdClassName
{
border-color: #501DC5;
}
.TagClassName
{
border-color: #501DC5;
}
</style>