Shades of Purple Heart #512DCB
Tints of Purple Heart #512DCB
RGB
CMYK
RGB Variations
Color information
#512DCB (or 0x512DCB) is known color: Purple Heart. HEX triplet: 51, 2D and CB. RGB value is (81,45,203). Sum of RGB (Red+Green+Blue) = 81+45+203=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #512DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DCB is #AED234. Grayscale: #494949. Windows color (decimal): -11457077 or 13315409. OLE color: 13315409.
HSL color Cylindrical-coordinate representation of color #512DCB: hue angle of 253.67º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512DCB is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 45 | 203 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.20 |
| HSL | 253.67º | 0.64% | 0.49% | - |
| HSV(B) | 253.67º | 0.78% | 0.8% | - |
| XYZ | 15.11 | 7.94 | 57.24 | - |
| YUV | 73.78 | 200.93 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 203 | 0.60 | 0.78 | 0 | 0.20 | 253.67 | 0.64 | 0.49 |
| Hex | 51 | 2D | CB | 3C | 4E | 0 | 14 | FE | 40 | 31 |
| Octal | 121 | 55 | 313 | 74 | 116 | 0 | 24 | 376 | 100 | 61 |
| Binary | 1010001 | 101101 | 11001011 | 111100 | 1001110 | 0 | 10100 | 11111110 | 1000000 | 110001 |
Color Harmonies of #512DCB
Complementary color
Monochromatic Colors of #512DCB
Black with #512DCB
Text Example
Text Example
White with #512DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DCB; }
p { color: rgb(81,45,203); }
H1.HeaderClassName
{
color: #512DCB;
}
.AnyTagClassName
{
color: #512DCB;
}
</style>
background-color css
<style>
a { background-color: #512DCB; }
a { background-color: rgb(81,45,203); }
div.DivClassName
{
background-color: #512DCB;
}
.BgClassName
{
background-color: #512DCB;
}
</style>
border-color css
<style>
span { border-color: #512DCB; }
span { border-color: rgb(81,45,203); }
td.TdClassName
{
border-color: #512DCB;
}
.TagClassName
{
border-color: #512DCB;
}
</style>