Shades of Purple Heart #500BCF
Tints of Purple Heart #500BCF
RGB
CMYK
RGB Variations
Color information
#500BCF (or 0x500BCF) is known color: Purple Heart. HEX triplet: 50, 0B and CF. RGB value is (80,11,207). Sum of RGB (Red+Green+Blue) = 80+11+207=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #500BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BCF is #AFF430. Grayscale: #353535. Windows color (decimal): -11531313 or 13568848. OLE color: 13568848.
HSL color Cylindrical-coordinate representation of color #500BCF: hue angle of 261.12º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BCF is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 11 | 207 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.19 |
| HSL | 261.12º | 0.9% | 0.43% | - |
| HSV(B) | 261.12º | 0.95% | 0.81% | - |
| XYZ | 14.69 | 6.45 | 59.5 | - |
| YUV | 53.98 | 214.36 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 207 | 0.61 | 0.95 | 0 | 0.19 | 261.12 | 0.9 | 0.43 |
| Hex | 50 | B | CF | 3D | 5F | 0 | 13 | 105 | 5A | 2B |
| Octal | 120 | 13 | 317 | 75 | 137 | 0 | 23 | 405 | 132 | 53 |
| Binary | 1010000 | 1011 | 11001111 | 111101 | 1011111 | 0 | 10011 | 100000101 | 1011010 | 101011 |
Color Harmonies of #500BCF
Complementary color
Monochromatic Colors of #500BCF
Black with #500BCF
Text Example
Text Example
White with #500BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BCF; }
p { color: rgb(80,11,207); }
H1.HeaderClassName
{
color: #500BCF;
}
.AnyTagClassName
{
color: #500BCF;
}
</style>
background-color css
<style>
a { background-color: #500BCF; }
a { background-color: rgb(80,11,207); }
div.DivClassName
{
background-color: #500BCF;
}
.BgClassName
{
background-color: #500BCF;
}
</style>
border-color css
<style>
span { border-color: #500BCF; }
span { border-color: rgb(80,11,207); }
td.TdClassName
{
border-color: #500BCF;
}
.TagClassName
{
border-color: #500BCF;
}
</style>