Shades of Purple Heart #511FD1
Tints of Purple Heart #511FD1
RGB
CMYK
RGB Variations
Color information
#511FD1 (or 0x511FD1) is known color: Purple Heart. HEX triplet: 51, 1F and D1. RGB value is (81,31,209). Sum of RGB (Red+Green+Blue) = 81+31+209=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 209 (82.03% from 255 or 65.11% from 321); Max value from RGB is 209 - color contains mainly: blue. Hex color #511FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FD1 is #AEE02E. Grayscale: #414141. Windows color (decimal): -11460655 or 13705041. OLE color: 13705041.
HSL color Cylindrical-coordinate representation of color #511FD1: hue angle of 256.85º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511FD1 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 31 | 209 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.18 |
| HSL | 256.85º | 0.74% | 0.47% | - |
| HSV(B) | 256.85º | 0.85% | 0.82% | - |
| XYZ | 15.39 | 7.33 | 60.93 | - |
| YUV | 66.24 | 208.57 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 209 | 0.61 | 0.85 | 0 | 0.18 | 256.85 | 0.74 | 0.47 |
| Hex | 51 | 1F | D1 | 3D | 55 | 0 | 12 | 101 | 4A | 2F |
| Octal | 121 | 37 | 321 | 75 | 125 | 0 | 22 | 401 | 112 | 57 |
| Binary | 1010001 | 11111 | 11010001 | 111101 | 1010101 | 0 | 10010 | 100000001 | 1001010 | 101111 |
Color Harmonies of #511FD1
Complementary color
Monochromatic Colors of #511FD1
Black with #511FD1
Text Example
Text Example
White with #511FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511FD1; }
p { color: rgb(81,31,209); }
H1.HeaderClassName
{
color: #511FD1;
}
.AnyTagClassName
{
color: #511FD1;
}
</style>
background-color css
<style>
a { background-color: #511FD1; }
a { background-color: rgb(81,31,209); }
div.DivClassName
{
background-color: #511FD1;
}
.BgClassName
{
background-color: #511FD1;
}
</style>
border-color css
<style>
span { border-color: #511FD1; }
span { border-color: rgb(81,31,209); }
td.TdClassName
{
border-color: #511FD1;
}
.TagClassName
{
border-color: #511FD1;
}
</style>