Shades of Purple Heart #511FCC
Tints of Purple Heart #511FCC
RGB
CMYK
RGB Variations
Color information
#511FCC (or 0x511FCC) is known color: Purple Heart. HEX triplet: 51, 1F and CC. RGB value is (81,31,204). Sum of RGB (Red+Green+Blue) = 81+31+204=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #511FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FCC is #AEE033. Grayscale: #414141. Windows color (decimal): -11460660 or 13377361. OLE color: 13377361.
HSL color Cylindrical-coordinate representation of color #511FCC: hue angle of 257.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511FCC is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 31 | 204 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.2 |
| HSL | 257.34º | 0.74% | 0.46% | - |
| HSV(B) | 257.34º | 0.85% | 0.8% | - |
| XYZ | 14.78 | 7.09 | 57.72 | - |
| YUV | 65.67 | 206.07 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 204 | 0.60 | 0.85 | 0 | 0.2 | 257.34 | 0.74 | 0.46 |
| Hex | 51 | 1F | CC | 3C | 55 | 0 | 14 | 101 | 4A | 2E |
| Octal | 121 | 37 | 314 | 74 | 125 | 0 | 24 | 401 | 112 | 56 |
| Binary | 1010001 | 11111 | 11001100 | 111100 | 1010101 | 0 | 10100 | 100000001 | 1001010 | 101110 |
Color Harmonies of #511FCC
Complementary color
Monochromatic Colors of #511FCC
Black with #511FCC
Text Example
Text Example
White with #511FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511FCC; }
p { color: rgb(81,31,204); }
H1.HeaderClassName
{
color: #511FCC;
}
.AnyTagClassName
{
color: #511FCC;
}
</style>
background-color css
<style>
a { background-color: #511FCC; }
a { background-color: rgb(81,31,204); }
div.DivClassName
{
background-color: #511FCC;
}
.BgClassName
{
background-color: #511FCC;
}
</style>
border-color css
<style>
span { border-color: #511FCC; }
span { border-color: rgb(81,31,204); }
td.TdClassName
{
border-color: #511FCC;
}
.TagClassName
{
border-color: #511FCC;
}
</style>