Shades of Purple Heart #512DCF
Tints of Purple Heart #512DCF
RGB
CMYK
RGB Variations
Color information
#512DCF (or 0x512DCF) is known color: Purple Heart. HEX triplet: 51, 2D and CF. RGB value is (81,45,207). Sum of RGB (Red+Green+Blue) = 81+45+207=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #512DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DCF is #AED230. Grayscale: #494949. Windows color (decimal): -11457073 or 13577553. OLE color: 13577553.
HSL color Cylindrical-coordinate representation of color #512DCF: hue angle of 253.33º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512DCF is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 45 | 207 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.19 |
| HSL | 253.33º | 0.64% | 0.49% | - |
| HSV(B) | 253.33º | 0.78% | 0.81% | - |
| XYZ | 15.59 | 8.13 | 59.78 | - |
| YUV | 74.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 207 | 0.61 | 0.78 | 0 | 0.19 | 253.33 | 0.64 | 0.49 |
| Hex | 51 | 2D | CF | 3D | 4E | 0 | 13 | FD | 40 | 31 |
| Octal | 121 | 55 | 317 | 75 | 116 | 0 | 23 | 375 | 100 | 61 |
| Binary | 1010001 | 101101 | 11001111 | 111101 | 1001110 | 0 | 10011 | 11111101 | 1000000 | 110001 |
Color Harmonies of #512DCF
Complementary color
Monochromatic Colors of #512DCF
Black with #512DCF
Text Example
Text Example
White with #512DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DCF; }
p { color: rgb(81,45,207); }
H1.HeaderClassName
{
color: #512DCF;
}
.AnyTagClassName
{
color: #512DCF;
}
</style>
background-color css
<style>
a { background-color: #512DCF; }
a { background-color: rgb(81,45,207); }
div.DivClassName
{
background-color: #512DCF;
}
.BgClassName
{
background-color: #512DCF;
}
</style>
border-color css
<style>
span { border-color: #512DCF; }
span { border-color: rgb(81,45,207); }
td.TdClassName
{
border-color: #512DCF;
}
.TagClassName
{
border-color: #512DCF;
}
</style>