Shades of Purple Heart #501CBB
Tints of Purple Heart #501CBB
RGB
CMYK
RGB Variations
Color information
#501CBB (or 0x501CBB) is known color: Purple Heart. HEX triplet: 50, 1C and BB. RGB value is (80,28,187). Sum of RGB (Red+Green+Blue) = 80+28+187=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #501CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CBB is #AFE344. Grayscale: #3D3D3D. Windows color (decimal): -11526981 or 12262480. OLE color: 12262480.
HSL color Cylindrical-coordinate representation of color #501CBB: hue angle of 259.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501CBB is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 28 | 187 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.27 |
| HSL | 259.62º | 0.74% | 0.42% | - |
| HSV(B) | 259.62º | 0.85% | 0.73% | - |
| XYZ | 12.69 | 6.12 | 47.53 | - |
| YUV | 61.67 | 198.73 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 187 | 0.57 | 0.85 | 0 | 0.27 | 259.62 | 0.74 | 0.42 |
| Hex | 50 | 1C | BB | 39 | 55 | 0 | 1B | 104 | 4A | 2A |
| Octal | 120 | 34 | 273 | 71 | 125 | 0 | 33 | 404 | 112 | 52 |
| Binary | 1010000 | 11100 | 10111011 | 111001 | 1010101 | 0 | 11011 | 100000100 | 1001010 | 101010 |
Color Harmonies of #501CBB
Complementary color
Monochromatic Colors of #501CBB
Black with #501CBB
Text Example
Text Example
White with #501CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CBB; }
p { color: rgb(80,28,187); }
H1.HeaderClassName
{
color: #501CBB;
}
.AnyTagClassName
{
color: #501CBB;
}
</style>
background-color css
<style>
a { background-color: #501CBB; }
a { background-color: rgb(80,28,187); }
div.DivClassName
{
background-color: #501CBB;
}
.BgClassName
{
background-color: #501CBB;
}
</style>
border-color css
<style>
span { border-color: #501CBB; }
span { border-color: rgb(80,28,187); }
td.TdClassName
{
border-color: #501CBB;
}
.TagClassName
{
border-color: #501CBB;
}
</style>