Shades of Purple Heart #501ECA
Tints of Purple Heart #501ECA
RGB
CMYK
RGB Variations
Color information
#501ECA (or 0x501ECA) is known color: Purple Heart. HEX triplet: 50, 1E and CA. RGB value is (80,30,202). Sum of RGB (Red+Green+Blue) = 80+30+202=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #501ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ECA is #AFE135. Grayscale: #3F3F3F. Windows color (decimal): -11526454 or 13246032. OLE color: 13246032.
HSL color Cylindrical-coordinate representation of color #501ECA: hue angle of 257.44º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501ECA is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 30 | 202 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.21 |
| HSL | 257.44º | 0.74% | 0.45% | - |
| HSV(B) | 257.44º | 0.85% | 0.79% | - |
| XYZ | 14.43 | 6.9 | 56.45 | - |
| YUV | 64.56 | 205.57 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 202 | 0.60 | 0.85 | 0 | 0.21 | 257.44 | 0.74 | 0.45 |
| Hex | 50 | 1E | CA | 3C | 55 | 0 | 15 | 101 | 4A | 2D |
| Octal | 120 | 36 | 312 | 74 | 125 | 0 | 25 | 401 | 112 | 55 |
| Binary | 1010000 | 11110 | 11001010 | 111100 | 1010101 | 0 | 10101 | 100000001 | 1001010 | 101101 |
Color Harmonies of #501ECA
Complementary color
Monochromatic Colors of #501ECA
Black with #501ECA
Text Example
Text Example
White with #501ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501ECA; }
p { color: rgb(80,30,202); }
H1.HeaderClassName
{
color: #501ECA;
}
.AnyTagClassName
{
color: #501ECA;
}
</style>
background-color css
<style>
a { background-color: #501ECA; }
a { background-color: rgb(80,30,202); }
div.DivClassName
{
background-color: #501ECA;
}
.BgClassName
{
background-color: #501ECA;
}
</style>
border-color css
<style>
span { border-color: #501ECA; }
span { border-color: rgb(80,30,202); }
td.TdClassName
{
border-color: #501ECA;
}
.TagClassName
{
border-color: #501ECA;
}
</style>