Shades of Purple Heart #501ECB
Tints of Purple Heart #501ECB
RGB
CMYK
RGB Variations
Color information
#501ECB (or 0x501ECB) is known color: Purple Heart. HEX triplet: 50, 1E and CB. RGB value is (80,30,203). Sum of RGB (Red+Green+Blue) = 80+30+203=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #501ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ECB is #AFE134. Grayscale: #404040. Windows color (decimal): -11526453 or 13311568. OLE color: 13311568.
HSL color Cylindrical-coordinate representation of color #501ECB: hue angle of 257.34º 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 #501ECB is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 30 | 203 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.20 |
| HSL | 257.34º | 0.74% | 0.46% | - |
| HSV(B) | 257.34º | 0.85% | 0.8% | - |
| XYZ | 14.55 | 6.95 | 57.07 | - |
| YUV | 64.67 | 206.07 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 203 | 0.61 | 0.85 | 0 | 0.20 | 257.34 | 0.74 | 0.46 |
| Hex | 50 | 1E | CB | 3D | 55 | 0 | 14 | 101 | 4A | 2E |
| Octal | 120 | 36 | 313 | 75 | 125 | 0 | 24 | 401 | 112 | 56 |
| Binary | 1010000 | 11110 | 11001011 | 111101 | 1010101 | 0 | 10100 | 100000001 | 1001010 | 101110 |
Color Harmonies of #501ECB
Complementary color
Monochromatic Colors of #501ECB
Black with #501ECB
Text Example
Text Example
White with #501ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501ECB; }
p { color: rgb(80,30,203); }
H1.HeaderClassName
{
color: #501ECB;
}
.AnyTagClassName
{
color: #501ECB;
}
</style>
background-color css
<style>
a { background-color: #501ECB; }
a { background-color: rgb(80,30,203); }
div.DivClassName
{
background-color: #501ECB;
}
.BgClassName
{
background-color: #501ECB;
}
</style>
border-color css
<style>
span { border-color: #501ECB; }
span { border-color: rgb(80,30,203); }
td.TdClassName
{
border-color: #501ECB;
}
.TagClassName
{
border-color: #501ECB;
}
</style>