Shades of Purple Heart #512FCA
Tints of Purple Heart #512FCA
RGB
CMYK
RGB Variations
Color information
#512FCA (or 0x512FCA) is known color: Purple Heart. HEX triplet: 51, 2F and CA. RGB value is (81,47,202). Sum of RGB (Red+Green+Blue) = 81+47+202=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #512FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FCA is #AED035. Grayscale: #4A4A4A. Windows color (decimal): -11456566 or 13250385. OLE color: 13250385.
HSL color Cylindrical-coordinate representation of color #512FCA: hue angle of 253.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512FCA is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 47 | 202 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.21 |
| HSL | 253.16º | 0.62% | 0.49% | - |
| HSV(B) | 253.16º | 0.77% | 0.79% | - |
| XYZ | 15.07 | 8.05 | 56.64 | - |
| YUV | 74.84 | 199.76 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 202 | 0.60 | 0.77 | 0 | 0.21 | 253.16 | 0.62 | 0.49 |
| Hex | 51 | 2F | CA | 3C | 4D | 0 | 15 | FD | 3E | 31 |
| Octal | 121 | 57 | 312 | 74 | 115 | 0 | 25 | 375 | 76 | 61 |
| Binary | 1010001 | 101111 | 11001010 | 111100 | 1001101 | 0 | 10101 | 11111101 | 111110 | 110001 |
Color Harmonies of #512FCA
Complementary color
Monochromatic Colors of #512FCA
Black with #512FCA
Text Example
Text Example
White with #512FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FCA; }
p { color: rgb(81,47,202); }
H1.HeaderClassName
{
color: #512FCA;
}
.AnyTagClassName
{
color: #512FCA;
}
</style>
background-color css
<style>
a { background-color: #512FCA; }
a { background-color: rgb(81,47,202); }
div.DivClassName
{
background-color: #512FCA;
}
.BgClassName
{
background-color: #512FCA;
}
</style>
border-color css
<style>
span { border-color: #512FCA; }
span { border-color: rgb(81,47,202); }
td.TdClassName
{
border-color: #512FCA;
}
.TagClassName
{
border-color: #512FCA;
}
</style>