Shades of Purple Heart #500CBA
Tints of Purple Heart #500CBA
RGB
CMYK
RGB Variations
Color information
#500CBA (or 0x500CBA) is known color: Purple Heart. HEX triplet: 50, 0C and BA. RGB value is (80,12,186). Sum of RGB (Red+Green+Blue) = 80+12+186=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #500CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CBA is #AFF345. Grayscale: #333333. Windows color (decimal): -11531078 or 12192848. OLE color: 12192848.
HSL color Cylindrical-coordinate representation of color #500CBA: hue angle of 263.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500CBA is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 12 | 186 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.27 |
| HSL | 263.45º | 0.88% | 0.39% | - |
| HSV(B) | 263.45º | 0.94% | 0.73% | - |
| XYZ | 12.3 | 5.51 | 46.87 | - |
| YUV | 52.17 | 203.53 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 186 | 0.57 | 0.94 | 0 | 0.27 | 263.45 | 0.88 | 0.39 |
| Hex | 50 | C | BA | 39 | 5E | 0 | 1B | 107 | 58 | 27 |
| Octal | 120 | 14 | 272 | 71 | 136 | 0 | 33 | 407 | 130 | 47 |
| Binary | 1010000 | 1100 | 10111010 | 111001 | 1011110 | 0 | 11011 | 100000111 | 1011000 | 100111 |
Color Harmonies of #500CBA
Complementary color
Monochromatic Colors of #500CBA
Black with #500CBA
Text Example
Text Example
White with #500CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CBA; }
p { color: rgb(80,12,186); }
H1.HeaderClassName
{
color: #500CBA;
}
.AnyTagClassName
{
color: #500CBA;
}
</style>
background-color css
<style>
a { background-color: #500CBA; }
a { background-color: rgb(80,12,186); }
div.DivClassName
{
background-color: #500CBA;
}
.BgClassName
{
background-color: #500CBA;
}
</style>
border-color css
<style>
span { border-color: #500CBA; }
span { border-color: rgb(80,12,186); }
td.TdClassName
{
border-color: #500CBA;
}
.TagClassName
{
border-color: #500CBA;
}
</style>