Shades of Purple Heart #512DC8
Tints of Purple Heart #512DC8
RGB
CMYK
RGB Variations
Color information
#512DC8 (or 0x512DC8) is known color: Purple Heart. HEX triplet: 51, 2D and C8. RGB value is (81,45,200). Sum of RGB (Red+Green+Blue) = 81+45+200=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #512DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DC8 is #AED237. Grayscale: #484848. Windows color (decimal): -11457080 or 13118801. OLE color: 13118801.
HSL color Cylindrical-coordinate representation of color #512DC8: hue angle of 253.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512DC8 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 45 | 200 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.22 |
| HSL | 253.94º | 0.63% | 0.48% | - |
| HSV(B) | 253.94º | 0.78% | 0.78% | - |
| XYZ | 14.76 | 7.8 | 55.37 | - |
| YUV | 73.43 | 199.43 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 200 | 0.59 | 0.78 | 0 | 0.22 | 253.94 | 0.63 | 0.48 |
| Hex | 51 | 2D | C8 | 3B | 4E | 0 | 16 | FE | 3F | 30 |
| Octal | 121 | 55 | 310 | 73 | 116 | 0 | 26 | 376 | 77 | 60 |
| Binary | 1010001 | 101101 | 11001000 | 111011 | 1001110 | 0 | 10110 | 11111110 | 111111 | 110000 |
Color Harmonies of #512DC8
Complementary color
Monochromatic Colors of #512DC8
Black with #512DC8
Text Example
Text Example
White with #512DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DC8; }
p { color: rgb(81,45,200); }
H1.HeaderClassName
{
color: #512DC8;
}
.AnyTagClassName
{
color: #512DC8;
}
</style>
background-color css
<style>
a { background-color: #512DC8; }
a { background-color: rgb(81,45,200); }
div.DivClassName
{
background-color: #512DC8;
}
.BgClassName
{
background-color: #512DC8;
}
</style>
border-color css
<style>
span { border-color: #512DC8; }
span { border-color: rgb(81,45,200); }
td.TdClassName
{
border-color: #512DC8;
}
.TagClassName
{
border-color: #512DC8;
}
</style>