Shades of Purple Heart #501BCF
Tints of Purple Heart #501BCF
RGB
CMYK
RGB Variations
Color information
#501BCF (or 0x501BCF) is known color: Purple Heart. HEX triplet: 50, 1B and CF. RGB value is (80,27,207). Sum of RGB (Red+Green+Blue) = 80+27+207=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #501BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BCF is #AFE430. Grayscale: #3E3E3E. Windows color (decimal): -11527217 or 13572944. OLE color: 13572944.
HSL color Cylindrical-coordinate representation of color #501BCF: hue angle of 257.67º 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 #501BCF is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 27 | 207 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.19 |
| HSL | 257.67º | 0.77% | 0.46% | - |
| HSV(B) | 257.67º | 0.87% | 0.81% | - |
| XYZ | 14.96 | 6.99 | 59.59 | - |
| YUV | 63.37 | 209.06 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 207 | 0.61 | 0.87 | 0 | 0.19 | 257.67 | 0.77 | 0.46 |
| Hex | 50 | 1B | CF | 3D | 57 | 0 | 13 | 102 | 4D | 2E |
| Octal | 120 | 33 | 317 | 75 | 127 | 0 | 23 | 402 | 115 | 56 |
| Binary | 1010000 | 11011 | 11001111 | 111101 | 1010111 | 0 | 10011 | 100000010 | 1001101 | 101110 |
Color Harmonies of #501BCF
Complementary color
Monochromatic Colors of #501BCF
Black with #501BCF
Text Example
Text Example
White with #501BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BCF; }
p { color: rgb(80,27,207); }
H1.HeaderClassName
{
color: #501BCF;
}
.AnyTagClassName
{
color: #501BCF;
}
</style>
background-color css
<style>
a { background-color: #501BCF; }
a { background-color: rgb(80,27,207); }
div.DivClassName
{
background-color: #501BCF;
}
.BgClassName
{
background-color: #501BCF;
}
</style>
border-color css
<style>
span { border-color: #501BCF; }
span { border-color: rgb(80,27,207); }
td.TdClassName
{
border-color: #501BCF;
}
.TagClassName
{
border-color: #501BCF;
}
</style>