Shades of Purple Heart #511DBE
Tints of Purple Heart #511DBE
RGB
CMYK
RGB Variations
Color information
#511DBE (or 0x511DBE) is known color: Purple Heart. HEX triplet: 51, 1D and BE. RGB value is (81,29,190). Sum of RGB (Red+Green+Blue) = 81+29+190=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #511DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DBE is #AEE241. Grayscale: #3E3E3E. Windows color (decimal): -11461186 or 12459345. OLE color: 12459345.
HSL color Cylindrical-coordinate representation of color #511DBE: hue angle of 259.38º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511DBE is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 29 | 190 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.25 |
| HSL | 259.38º | 0.74% | 0.43% | - |
| HSV(B) | 259.38º | 0.85% | 0.75% | - |
| XYZ | 13.13 | 6.35 | 49.25 | - |
| YUV | 62.9 | 199.73 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 190 | 0.57 | 0.85 | 0 | 0.25 | 259.38 | 0.74 | 0.43 |
| Hex | 51 | 1D | BE | 39 | 55 | 0 | 19 | 103 | 4A | 2B |
| Octal | 121 | 35 | 276 | 71 | 125 | 0 | 31 | 403 | 112 | 53 |
| Binary | 1010001 | 11101 | 10111110 | 111001 | 1010101 | 0 | 11001 | 100000011 | 1001010 | 101011 |
Color Harmonies of #511DBE
Complementary color
Monochromatic Colors of #511DBE
Black with #511DBE
Text Example
Text Example
White with #511DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DBE; }
p { color: rgb(81,29,190); }
H1.HeaderClassName
{
color: #511DBE;
}
.AnyTagClassName
{
color: #511DBE;
}
</style>
background-color css
<style>
a { background-color: #511DBE; }
a { background-color: rgb(81,29,190); }
div.DivClassName
{
background-color: #511DBE;
}
.BgClassName
{
background-color: #511DBE;
}
</style>
border-color css
<style>
span { border-color: #511DBE; }
span { border-color: rgb(81,29,190); }
td.TdClassName
{
border-color: #511DBE;
}
.TagClassName
{
border-color: #511DBE;
}
</style>