Shades of Purple Heart #500CB9
Tints of Purple Heart #500CB9
RGB
CMYK
RGB Variations
Color information
#500CB9 (or 0x500CB9) is known color: Purple Heart. HEX triplet: 50, 0C and B9. RGB value is (80,12,185). Sum of RGB (Red+Green+Blue) = 80+12+185=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #500CB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CB9 is #AFF346. Grayscale: #333333. Windows color (decimal): -11531079 or 12127312. OLE color: 12127312.
HSL color Cylindrical-coordinate representation of color #500CB9: hue angle of 263.58º 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 #500CB9 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 12 | 185 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.27 |
| HSL | 263.58º | 0.88% | 0.39% | - |
| HSV(B) | 263.58º | 0.94% | 0.73% | - |
| XYZ | 12.2 | 5.47 | 46.31 | - |
| YUV | 52.05 | 203.03 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 185 | 0.57 | 0.94 | 0 | 0.27 | 263.58 | 0.88 | 0.39 |
| Hex | 50 | C | B9 | 39 | 5E | 0 | 1B | 108 | 58 | 27 |
| Octal | 120 | 14 | 271 | 71 | 136 | 0 | 33 | 410 | 130 | 47 |
| Binary | 1010000 | 1100 | 10111001 | 111001 | 1011110 | 0 | 11011 | 100001000 | 1011000 | 100111 |
Color Harmonies of #500CB9
Complementary color
Monochromatic Colors of #500CB9
Black with #500CB9
Text Example
Text Example
White with #500CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CB9; }
p { color: rgb(80,12,185); }
H1.HeaderClassName
{
color: #500CB9;
}
.AnyTagClassName
{
color: #500CB9;
}
</style>
background-color css
<style>
a { background-color: #500CB9; }
a { background-color: rgb(80,12,185); }
div.DivClassName
{
background-color: #500CB9;
}
.BgClassName
{
background-color: #500CB9;
}
</style>
border-color css
<style>
span { border-color: #500CB9; }
span { border-color: rgb(80,12,185); }
td.TdClassName
{
border-color: #500CB9;
}
.TagClassName
{
border-color: #500CB9;
}
</style>