Shades of Purple Heart #501BCE
Tints of Purple Heart #501BCE
RGB
CMYK
RGB Variations
Color information
#501BCE (or 0x501BCE) is known color: Purple Heart. HEX triplet: 50, 1B and CE. RGB value is (80,27,206). Sum of RGB (Red+Green+Blue) = 80+27+206=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #501BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BCE is #AFE431. Grayscale: #3E3E3E. Windows color (decimal): -11527218 or 13507408. OLE color: 13507408.
HSL color Cylindrical-coordinate representation of color #501BCE: hue angle of 257.77º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501BCE is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 27 | 206 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.19 |
| HSL | 257.77º | 0.77% | 0.46% | - |
| HSV(B) | 257.77º | 0.87% | 0.81% | - |
| XYZ | 14.84 | 6.95 | 58.95 | - |
| YUV | 63.25 | 208.56 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 206 | 0.61 | 0.87 | 0 | 0.19 | 257.77 | 0.77 | 0.46 |
| Hex | 50 | 1B | CE | 3D | 57 | 0 | 13 | 102 | 4D | 2E |
| Octal | 120 | 33 | 316 | 75 | 127 | 0 | 23 | 402 | 115 | 56 |
| Binary | 1010000 | 11011 | 11001110 | 111101 | 1010111 | 0 | 10011 | 100000010 | 1001101 | 101110 |
Color Harmonies of #501BCE
Complementary color
Monochromatic Colors of #501BCE
Black with #501BCE
Text Example
Text Example
White with #501BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BCE; }
p { color: rgb(80,27,206); }
H1.HeaderClassName
{
color: #501BCE;
}
.AnyTagClassName
{
color: #501BCE;
}
</style>
background-color css
<style>
a { background-color: #501BCE; }
a { background-color: rgb(80,27,206); }
div.DivClassName
{
background-color: #501BCE;
}
.BgClassName
{
background-color: #501BCE;
}
</style>
border-color css
<style>
span { border-color: #501BCE; }
span { border-color: rgb(80,27,206); }
td.TdClassName
{
border-color: #501BCE;
}
.TagClassName
{
border-color: #501BCE;
}
</style>