Shades of Purple Heart #512CD0
Tints of Purple Heart #512CD0
RGB
CMYK
RGB Variations
Color information
#512CD0 (or 0x512CD0) is known color: Purple Heart. HEX triplet: 51, 2C and D0. RGB value is (81,44,208). Sum of RGB (Red+Green+Blue) = 81+44+208=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #512CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CD0 is #AED32F. Grayscale: #494949. Windows color (decimal): -11457328 or 13642833. OLE color: 13642833.
HSL color Cylindrical-coordinate representation of color #512CD0: hue angle of 253.54º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512CD0 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 44 | 208 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.18 |
| HSL | 253.54º | 0.65% | 0.49% | - |
| HSV(B) | 253.54º | 0.79% | 0.82% | - |
| XYZ | 15.68 | 8.1 | 60.41 | - |
| YUV | 73.76 | 203.76 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 208 | 0.61 | 0.79 | 0 | 0.18 | 253.54 | 0.65 | 0.49 |
| Hex | 51 | 2C | D0 | 3D | 4F | 0 | 12 | FE | 41 | 31 |
| Octal | 121 | 54 | 320 | 75 | 117 | 0 | 22 | 376 | 101 | 61 |
| Binary | 1010001 | 101100 | 11010000 | 111101 | 1001111 | 0 | 10010 | 11111110 | 1000001 | 110001 |
Color Harmonies of #512CD0
Complementary color
Monochromatic Colors of #512CD0
Black with #512CD0
Text Example
Text Example
White with #512CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CD0; }
p { color: rgb(81,44,208); }
H1.HeaderClassName
{
color: #512CD0;
}
.AnyTagClassName
{
color: #512CD0;
}
</style>
background-color css
<style>
a { background-color: #512CD0; }
a { background-color: rgb(81,44,208); }
div.DivClassName
{
background-color: #512CD0;
}
.BgClassName
{
background-color: #512CD0;
}
</style>
border-color css
<style>
span { border-color: #512CD0; }
span { border-color: rgb(81,44,208); }
td.TdClassName
{
border-color: #512CD0;
}
.TagClassName
{
border-color: #512CD0;
}
</style>