Shades of Purple Heart #512CC3
Tints of Purple Heart #512CC3
RGB
CMYK
RGB Variations
Color information
#512CC3 (or 0x512CC3) is known color: Purple Heart. HEX triplet: 51, 2C and C3. RGB value is (81,44,195). Sum of RGB (Red+Green+Blue) = 81+44+195=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 195 (76.56% from 255 or 60.94% from 320); Max value from RGB is 195 - color contains mainly: blue. Hex color #512CC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CC3 is #AED33C. Grayscale: #474747. Windows color (decimal): -11457341 or 12790865. OLE color: 12790865.
HSL color Cylindrical-coordinate representation of color #512CC3: hue angle of 254.7º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512CC3 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 44 | 195 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.24 |
| HSL | 254.7º | 0.63% | 0.47% | - |
| HSV(B) | 254.7º | 0.77% | 0.76% | - |
| XYZ | 14.14 | 7.49 | 52.33 | - |
| YUV | 72.28 | 197.26 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 195 | 0.58 | 0.77 | 0 | 0.24 | 254.7 | 0.63 | 0.47 |
| Hex | 51 | 2C | C3 | 3A | 4D | 0 | 18 | FF | 3F | 2F |
| Octal | 121 | 54 | 303 | 72 | 115 | 0 | 30 | 377 | 77 | 57 |
| Binary | 1010001 | 101100 | 11000011 | 111010 | 1001101 | 0 | 11000 | 11111111 | 111111 | 101111 |
Color Harmonies of #512CC3
Complementary color
Monochromatic Colors of #512CC3
Black with #512CC3
Text Example
Text Example
White with #512CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CC3; }
p { color: rgb(81,44,195); }
H1.HeaderClassName
{
color: #512CC3;
}
.AnyTagClassName
{
color: #512CC3;
}
</style>
background-color css
<style>
a { background-color: #512CC3; }
a { background-color: rgb(81,44,195); }
div.DivClassName
{
background-color: #512CC3;
}
.BgClassName
{
background-color: #512CC3;
}
</style>
border-color css
<style>
span { border-color: #512CC3; }
span { border-color: rgb(81,44,195); }
td.TdClassName
{
border-color: #512CC3;
}
.TagClassName
{
border-color: #512CC3;
}
</style>