Shades of Purple Heart #512BC8
Tints of Purple Heart #512BC8
RGB
CMYK
RGB Variations
Color information
#512BC8 (or 0x512BC8) is known color: Purple Heart. HEX triplet: 51, 2B and C8. RGB value is (81,43,200). Sum of RGB (Red+Green+Blue) = 81+43+200=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 200 (78.52% from 255 or 61.73% from 324); Max value from RGB is 200 - color contains mainly: blue. Hex color #512BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BC8 is #AED437. Grayscale: #474747. Windows color (decimal): -11457592 or 13118289. OLE color: 13118289.
HSL color Cylindrical-coordinate representation of color #512BC8: hue angle of 254.52º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512BC8 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 43 | 200 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.22 |
| HSL | 254.52º | 0.65% | 0.48% | - |
| HSV(B) | 254.52º | 0.79% | 0.78% | - |
| XYZ | 14.68 | 7.65 | 55.35 | - |
| YUV | 72.26 | 200.09 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 200 | 0.59 | 0.78 | 0 | 0.22 | 254.52 | 0.65 | 0.48 |
| Hex | 51 | 2B | C8 | 3B | 4E | 0 | 16 | FF | 41 | 30 |
| Octal | 121 | 53 | 310 | 73 | 116 | 0 | 26 | 377 | 101 | 60 |
| Binary | 1010001 | 101011 | 11001000 | 111011 | 1001110 | 0 | 10110 | 11111111 | 1000001 | 110000 |
Color Harmonies of #512BC8
Complementary color
Monochromatic Colors of #512BC8
Black with #512BC8
Text Example
Text Example
White with #512BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BC8; }
p { color: rgb(81,43,200); }
H1.HeaderClassName
{
color: #512BC8;
}
.AnyTagClassName
{
color: #512BC8;
}
</style>
background-color css
<style>
a { background-color: #512BC8; }
a { background-color: rgb(81,43,200); }
div.DivClassName
{
background-color: #512BC8;
}
.BgClassName
{
background-color: #512BC8;
}
</style>
border-color css
<style>
span { border-color: #512BC8; }
span { border-color: rgb(81,43,200); }
td.TdClassName
{
border-color: #512BC8;
}
.TagClassName
{
border-color: #512BC8;
}
</style>