Shades of Purple Heart #501FCD
Tints of Purple Heart #501FCD
RGB
CMYK
RGB Variations
Color information
#501FCD (or 0x501FCD) is known color: Purple Heart. HEX triplet: 50, 1F and CD. RGB value is (80,31,205). Sum of RGB (Red+Green+Blue) = 80+31+205=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #501FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FCD is #AFE032. Grayscale: #404040. Windows color (decimal): -11526195 or 13442896. OLE color: 13442896.
HSL color Cylindrical-coordinate representation of color #501FCD: hue angle of 256.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501FCD is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 31 | 205 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.20 |
| HSL | 256.9º | 0.74% | 0.46% | - |
| HSV(B) | 256.9º | 0.85% | 0.8% | - |
| XYZ | 14.82 | 7.09 | 58.35 | - |
| YUV | 65.49 | 206.73 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 205 | 0.61 | 0.85 | 0 | 0.20 | 256.9 | 0.74 | 0.46 |
| Hex | 50 | 1F | CD | 3D | 55 | 0 | 14 | 101 | 4A | 2E |
| Octal | 120 | 37 | 315 | 75 | 125 | 0 | 24 | 401 | 112 | 56 |
| Binary | 1010000 | 11111 | 11001101 | 111101 | 1010101 | 0 | 10100 | 100000001 | 1001010 | 101110 |
Color Harmonies of #501FCD
Complementary color
Monochromatic Colors of #501FCD
Black with #501FCD
Text Example
Text Example
White with #501FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FCD; }
p { color: rgb(80,31,205); }
H1.HeaderClassName
{
color: #501FCD;
}
.AnyTagClassName
{
color: #501FCD;
}
</style>
background-color css
<style>
a { background-color: #501FCD; }
a { background-color: rgb(80,31,205); }
div.DivClassName
{
background-color: #501FCD;
}
.BgClassName
{
background-color: #501FCD;
}
</style>
border-color css
<style>
span { border-color: #501FCD; }
span { border-color: rgb(80,31,205); }
td.TdClassName
{
border-color: #501FCD;
}
.TagClassName
{
border-color: #501FCD;
}
</style>