Shades of Purple Heart #511BBC
Tints of Purple Heart #511BBC
RGB
CMYK
RGB Variations
Color information
#511BBC (or 0x511BBC) is known color: Purple Heart. HEX triplet: 51, 1B and BC. RGB value is (81,27,188). Sum of RGB (Red+Green+Blue) = 81+27+188=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #511BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BBC is #AEE443. Grayscale: #3C3C3C. Windows color (decimal): -11461700 or 12327761. OLE color: 12327761.
HSL color Cylindrical-coordinate representation of color #511BBC: hue angle of 260.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511BBC is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 27 | 188 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.26 |
| HSL | 260.12º | 0.75% | 0.42% | - |
| HSV(B) | 260.12º | 0.86% | 0.74% | - |
| XYZ | 12.86 | 6.16 | 48.09 | - |
| YUV | 61.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 188 | 0.57 | 0.86 | 0 | 0.26 | 260.12 | 0.75 | 0.42 |
| Hex | 51 | 1B | BC | 39 | 56 | 0 | 1A | 104 | 4B | 2A |
| Octal | 121 | 33 | 274 | 71 | 126 | 0 | 32 | 404 | 113 | 52 |
| Binary | 1010001 | 11011 | 10111100 | 111001 | 1010110 | 0 | 11010 | 100000100 | 1001011 | 101010 |
Color Harmonies of #511BBC
Complementary color
Monochromatic Colors of #511BBC
Black with #511BBC
Text Example
Text Example
White with #511BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BBC; }
p { color: rgb(81,27,188); }
H1.HeaderClassName
{
color: #511BBC;
}
.AnyTagClassName
{
color: #511BBC;
}
</style>
background-color css
<style>
a { background-color: #511BBC; }
a { background-color: rgb(81,27,188); }
div.DivClassName
{
background-color: #511BBC;
}
.BgClassName
{
background-color: #511BBC;
}
</style>
border-color css
<style>
span { border-color: #511BBC; }
span { border-color: rgb(81,27,188); }
td.TdClassName
{
border-color: #511BBC;
}
.TagClassName
{
border-color: #511BBC;
}
</style>