Shades of Purple Heart #501FCE
Tints of Purple Heart #501FCE
RGB
CMYK
RGB Variations
Color information
#501FCE (or 0x501FCE) is known color: Purple Heart. HEX triplet: 50, 1F and CE. RGB value is (80,31,206). Sum of RGB (Red+Green+Blue) = 80+31+206=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #501FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FCE is #AFE031. Grayscale: #404040. Windows color (decimal): -11526194 or 13508432. OLE color: 13508432.
HSL color Cylindrical-coordinate representation of color #501FCE: hue angle of 256.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501FCE is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 31 | 206 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.19 |
| HSL | 256.8º | 0.74% | 0.46% | - |
| HSV(B) | 256.8º | 0.85% | 0.81% | - |
| XYZ | 14.94 | 7.14 | 58.98 | - |
| YUV | 65.6 | 207.23 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 206 | 0.61 | 0.85 | 0 | 0.19 | 256.8 | 0.74 | 0.46 |
| Hex | 50 | 1F | CE | 3D | 55 | 0 | 13 | 101 | 4A | 2E |
| Octal | 120 | 37 | 316 | 75 | 125 | 0 | 23 | 401 | 112 | 56 |
| Binary | 1010000 | 11111 | 11001110 | 111101 | 1010101 | 0 | 10011 | 100000001 | 1001010 | 101110 |
Color Harmonies of #501FCE
Complementary color
Monochromatic Colors of #501FCE
Black with #501FCE
Text Example
Text Example
White with #501FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FCE; }
p { color: rgb(80,31,206); }
H1.HeaderClassName
{
color: #501FCE;
}
.AnyTagClassName
{
color: #501FCE;
}
</style>
background-color css
<style>
a { background-color: #501FCE; }
a { background-color: rgb(80,31,206); }
div.DivClassName
{
background-color: #501FCE;
}
.BgClassName
{
background-color: #501FCE;
}
</style>
border-color css
<style>
span { border-color: #501FCE; }
span { border-color: rgb(80,31,206); }
td.TdClassName
{
border-color: #501FCE;
}
.TagClassName
{
border-color: #501FCE;
}
</style>