Shades of Purple Heart #511ACF
Tints of Purple Heart #511ACF
RGB
CMYK
RGB Variations
Color information
#511ACF (or 0x511ACF) is known color: Purple Heart. HEX triplet: 51, 1A and CF. RGB value is (81,26,207). Sum of RGB (Red+Green+Blue) = 81+26+207=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #511ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ACF is #AEE530. Grayscale: #3E3E3E. Windows color (decimal): -11461937 or 13572689. OLE color: 13572689.
HSL color Cylindrical-coordinate representation of color #511ACF: hue angle of 258.23º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511ACF is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 26 | 207 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.19 |
| HSL | 258.23º | 0.78% | 0.46% | - |
| HSV(B) | 258.23º | 0.87% | 0.81% | - |
| XYZ | 15.03 | 6.99 | 59.59 | - |
| YUV | 63.08 | 209.22 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 207 | 0.61 | 0.87 | 0 | 0.19 | 258.23 | 0.78 | 0.46 |
| Hex | 51 | 1A | CF | 3D | 57 | 0 | 13 | 102 | 4E | 2E |
| Octal | 121 | 32 | 317 | 75 | 127 | 0 | 23 | 402 | 116 | 56 |
| Binary | 1010001 | 11010 | 11001111 | 111101 | 1010111 | 0 | 10011 | 100000010 | 1001110 | 101110 |
Color Harmonies of #511ACF
Complementary color
Monochromatic Colors of #511ACF
Black with #511ACF
Text Example
Text Example
White with #511ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511ACF; }
p { color: rgb(81,26,207); }
H1.HeaderClassName
{
color: #511ACF;
}
.AnyTagClassName
{
color: #511ACF;
}
</style>
background-color css
<style>
a { background-color: #511ACF; }
a { background-color: rgb(81,26,207); }
div.DivClassName
{
background-color: #511ACF;
}
.BgClassName
{
background-color: #511ACF;
}
</style>
border-color css
<style>
span { border-color: #511ACF; }
span { border-color: rgb(81,26,207); }
td.TdClassName
{
border-color: #511ACF;
}
.TagClassName
{
border-color: #511ACF;
}
</style>