Shades of Purple Heart #511CBB
Tints of Purple Heart #511CBB
RGB
CMYK
RGB Variations
Color information
#511CBB (or 0x511CBB) is known color: Purple Heart. HEX triplet: 51, 1C and BB. RGB value is (81,28,187). Sum of RGB (Red+Green+Blue) = 81+28+187=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #511CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CBB is #AEE344. Grayscale: #3D3D3D. Windows color (decimal): -11461445 or 12262481. OLE color: 12262481.
HSL color Cylindrical-coordinate representation of color #511CBB: hue angle of 260º 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 #511CBB is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 28 | 187 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.27 |
| HSL | 260º | 0.74% | 0.42% | - |
| HSV(B) | 260º | 0.85% | 0.73% | - |
| XYZ | 12.78 | 6.17 | 47.53 | - |
| YUV | 61.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 187 | 0.57 | 0.85 | 0 | 0.27 | 260 | 0.74 | 0.42 |
| Hex | 51 | 1C | BB | 39 | 55 | 0 | 1B | 104 | 4A | 2A |
| Octal | 121 | 34 | 273 | 71 | 125 | 0 | 33 | 404 | 112 | 52 |
| Binary | 1010001 | 11100 | 10111011 | 111001 | 1010101 | 0 | 11011 | 100000100 | 1001010 | 101010 |
Color Harmonies of #511CBB
Complementary color
Monochromatic Colors of #511CBB
Black with #511CBB
Text Example
Text Example
White with #511CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511CBB; }
p { color: rgb(81,28,187); }
H1.HeaderClassName
{
color: #511CBB;
}
.AnyTagClassName
{
color: #511CBB;
}
</style>
background-color css
<style>
a { background-color: #511CBB; }
a { background-color: rgb(81,28,187); }
div.DivClassName
{
background-color: #511CBB;
}
.BgClassName
{
background-color: #511CBB;
}
</style>
border-color css
<style>
span { border-color: #511CBB; }
span { border-color: rgb(81,28,187); }
td.TdClassName
{
border-color: #511CBB;
}
.TagClassName
{
border-color: #511CBB;
}
</style>