Shades of Purple Heart #500BCB
Tints of Purple Heart #500BCB
RGB
CMYK
RGB Variations
Color information
#500BCB (or 0x500BCB) is known color: Purple Heart. HEX triplet: 50, 0B and CB. RGB value is (80,11,203). Sum of RGB (Red+Green+Blue) = 80+11+203=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #500BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BCB is #AFF434. Grayscale: #343434. Windows color (decimal): -11531317 or 13306704. OLE color: 13306704.
HSL color Cylindrical-coordinate representation of color #500BCB: hue angle of 261.56º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BCB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 11 | 203 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.20 |
| HSL | 261.56º | 0.9% | 0.42% | - |
| HSV(B) | 261.56º | 0.95% | 0.8% | - |
| XYZ | 14.21 | 6.26 | 56.96 | - |
| YUV | 53.52 | 212.36 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 203 | 0.61 | 0.95 | 0 | 0.20 | 261.56 | 0.9 | 0.42 |
| Hex | 50 | B | CB | 3D | 5F | 0 | 14 | 106 | 5A | 2A |
| Octal | 120 | 13 | 313 | 75 | 137 | 0 | 24 | 406 | 132 | 52 |
| Binary | 1010000 | 1011 | 11001011 | 111101 | 1011111 | 0 | 10100 | 100000110 | 1011010 | 101010 |
Color Harmonies of #500BCB
Complementary color
Monochromatic Colors of #500BCB
Black with #500BCB
Text Example
Text Example
White with #500BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BCB; }
p { color: rgb(80,11,203); }
H1.HeaderClassName
{
color: #500BCB;
}
.AnyTagClassName
{
color: #500BCB;
}
</style>
background-color css
<style>
a { background-color: #500BCB; }
a { background-color: rgb(80,11,203); }
div.DivClassName
{
background-color: #500BCB;
}
.BgClassName
{
background-color: #500BCB;
}
</style>
border-color css
<style>
span { border-color: #500BCB; }
span { border-color: rgb(80,11,203); }
td.TdClassName
{
border-color: #500BCB;
}
.TagClassName
{
border-color: #500BCB;
}
</style>