Shades of Purple Heart #511DCF
Tints of Purple Heart #511DCF
RGB
CMYK
RGB Variations
Color information
#511DCF (or 0x511DCF) is known color: Purple Heart. HEX triplet: 51, 1D and CF. RGB value is (81,29,207). Sum of RGB (Red+Green+Blue) = 81+29+207=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #511DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DCF is #AEE230. Grayscale: #404040. Windows color (decimal): -11461169 or 13573457. OLE color: 13573457.
HSL color Cylindrical-coordinate representation of color #511DCF: hue angle of 257.53º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511DCF is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 29 | 207 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.19 |
| HSL | 257.53º | 0.75% | 0.46% | - |
| HSV(B) | 257.53º | 0.86% | 0.81% | - |
| XYZ | 15.1 | 7.13 | 59.61 | - |
| YUV | 64.84 | 208.23 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 207 | 0.61 | 0.86 | 0 | 0.19 | 257.53 | 0.75 | 0.46 |
| Hex | 51 | 1D | CF | 3D | 56 | 0 | 13 | 102 | 4B | 2E |
| Octal | 121 | 35 | 317 | 75 | 126 | 0 | 23 | 402 | 113 | 56 |
| Binary | 1010001 | 11101 | 11001111 | 111101 | 1010110 | 0 | 10011 | 100000010 | 1001011 | 101110 |
Color Harmonies of #511DCF
Complementary color
Monochromatic Colors of #511DCF
Black with #511DCF
Text Example
Text Example
White with #511DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DCF; }
p { color: rgb(81,29,207); }
H1.HeaderClassName
{
color: #511DCF;
}
.AnyTagClassName
{
color: #511DCF;
}
</style>
background-color css
<style>
a { background-color: #511DCF; }
a { background-color: rgb(81,29,207); }
div.DivClassName
{
background-color: #511DCF;
}
.BgClassName
{
background-color: #511DCF;
}
</style>
border-color css
<style>
span { border-color: #511DCF; }
span { border-color: rgb(81,29,207); }
td.TdClassName
{
border-color: #511DCF;
}
.TagClassName
{
border-color: #511DCF;
}
</style>