Shades of Purple Heart #500BC4
Tints of Purple Heart #500BC4
RGB
CMYK
RGB Variations
Color information
#500BC4 (or 0x500BC4) is known color: Purple Heart. HEX triplet: 50, 0B and C4. RGB value is (80,11,196). Sum of RGB (Red+Green+Blue) = 80+11+196=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 196 (76.95% from 255 or 68.29% from 287); Max value from RGB is 196 - color contains mainly: blue. Hex color #500BC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BC4 is #AFF43B. Grayscale: #343434. Windows color (decimal): -11531324 or 12847952. OLE color: 12847952.
HSL color Cylindrical-coordinate representation of color #500BC4: hue angle of 262.38º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500BC4 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 11 | 196 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.23 |
| HSL | 262.38º | 0.89% | 0.41% | - |
| HSV(B) | 262.38º | 0.94% | 0.77% | - |
| XYZ | 13.39 | 5.93 | 52.66 | - |
| YUV | 52.72 | 208.86 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 196 | 0.59 | 0.94 | 0 | 0.23 | 262.38 | 0.89 | 0.41 |
| Hex | 50 | B | C4 | 3B | 5E | 0 | 17 | 106 | 59 | 29 |
| Octal | 120 | 13 | 304 | 73 | 136 | 0 | 27 | 406 | 131 | 51 |
| Binary | 1010000 | 1011 | 11000100 | 111011 | 1011110 | 0 | 10111 | 100000110 | 1011001 | 101001 |
Color Harmonies of #500BC4
Complementary color
Monochromatic Colors of #500BC4
Black with #500BC4
Text Example
Text Example
White with #500BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BC4; }
p { color: rgb(80,11,196); }
H1.HeaderClassName
{
color: #500BC4;
}
.AnyTagClassName
{
color: #500BC4;
}
</style>
background-color css
<style>
a { background-color: #500BC4; }
a { background-color: rgb(80,11,196); }
div.DivClassName
{
background-color: #500BC4;
}
.BgClassName
{
background-color: #500BC4;
}
</style>
border-color css
<style>
span { border-color: #500BC4; }
span { border-color: rgb(80,11,196); }
td.TdClassName
{
border-color: #500BC4;
}
.TagClassName
{
border-color: #500BC4;
}
</style>