Shades of Purple Heart #512CCA
Tints of Purple Heart #512CCA
RGB
CMYK
RGB Variations
Color information
#512CCA (or 0x512CCA) is known color: Purple Heart. HEX triplet: 51, 2C and CA. RGB value is (81,44,202). Sum of RGB (Red+Green+Blue) = 81+44+202=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #512CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CCA is #AED335. Grayscale: #484848. Windows color (decimal): -11457334 or 13249617. OLE color: 13249617.
HSL color Cylindrical-coordinate representation of color #512CCA: hue angle of 254.05º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512CCA is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 44 | 202 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.21 |
| HSL | 254.05º | 0.64% | 0.48% | - |
| HSV(B) | 254.05º | 0.78% | 0.79% | - |
| XYZ | 14.95 | 7.81 | 56.6 | - |
| YUV | 73.08 | 200.76 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 202 | 0.60 | 0.78 | 0 | 0.21 | 254.05 | 0.64 | 0.48 |
| Hex | 51 | 2C | CA | 3C | 4E | 0 | 15 | FE | 40 | 30 |
| Octal | 121 | 54 | 312 | 74 | 116 | 0 | 25 | 376 | 100 | 60 |
| Binary | 1010001 | 101100 | 11001010 | 111100 | 1001110 | 0 | 10101 | 11111110 | 1000000 | 110000 |
Color Harmonies of #512CCA
Complementary color
Monochromatic Colors of #512CCA
Black with #512CCA
Text Example
Text Example
White with #512CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CCA; }
p { color: rgb(81,44,202); }
H1.HeaderClassName
{
color: #512CCA;
}
.AnyTagClassName
{
color: #512CCA;
}
</style>
background-color css
<style>
a { background-color: #512CCA; }
a { background-color: rgb(81,44,202); }
div.DivClassName
{
background-color: #512CCA;
}
.BgClassName
{
background-color: #512CCA;
}
</style>
border-color css
<style>
span { border-color: #512CCA; }
span { border-color: rgb(81,44,202); }
td.TdClassName
{
border-color: #512CCA;
}
.TagClassName
{
border-color: #512CCA;
}
</style>