Shades of Purple Heart #512FC0
Tints of Purple Heart #512FC0
RGB
CMYK
RGB Variations
Color information
#512FC0 (or 0x512FC0) is known color: Purple Heart. HEX triplet: 51, 2F and C0. RGB value is (81,47,192). Sum of RGB (Red+Green+Blue) = 81+47+192=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #512FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FC0 is #AED03F. Grayscale: #494949. Windows color (decimal): -11456576 or 12595025. OLE color: 12595025.
HSL color Cylindrical-coordinate representation of color #512FC0: hue angle of 254.07º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512FC0 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 47 | 192 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.25 |
| HSL | 254.07º | 0.61% | 0.47% | - |
| HSV(B) | 254.07º | 0.76% | 0.75% | - |
| XYZ | 13.92 | 7.59 | 50.6 | - |
| YUV | 73.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 192 | 0.58 | 0.76 | 0 | 0.25 | 254.07 | 0.61 | 0.47 |
| Hex | 51 | 2F | C0 | 3A | 4C | 0 | 19 | FE | 3D | 2F |
| Octal | 121 | 57 | 300 | 72 | 114 | 0 | 31 | 376 | 75 | 57 |
| Binary | 1010001 | 101111 | 11000000 | 111010 | 1001100 | 0 | 11001 | 11111110 | 111101 | 101111 |
Color Harmonies of #512FC0
Complementary color
Monochromatic Colors of #512FC0
Black with #512FC0
Text Example
Text Example
White with #512FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FC0; }
p { color: rgb(81,47,192); }
H1.HeaderClassName
{
color: #512FC0;
}
.AnyTagClassName
{
color: #512FC0;
}
</style>
background-color css
<style>
a { background-color: #512FC0; }
a { background-color: rgb(81,47,192); }
div.DivClassName
{
background-color: #512FC0;
}
.BgClassName
{
background-color: #512FC0;
}
</style>
border-color css
<style>
span { border-color: #512FC0; }
span { border-color: rgb(81,47,192); }
td.TdClassName
{
border-color: #512FC0;
}
.TagClassName
{
border-color: #512FC0;
}
</style>