Shades of Purple Heart #512FCF
Tints of Purple Heart #512FCF
RGB
CMYK
RGB Variations
Color information
#512FCF (or 0x512FCF) is known color: Purple Heart. HEX triplet: 51, 2F and CF. RGB value is (81,47,207). Sum of RGB (Red+Green+Blue) = 81+47+207=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #512FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FCF is #AED030. Grayscale: #4A4A4A. Windows color (decimal): -11456561 or 13578065. OLE color: 13578065.
HSL color Cylindrical-coordinate representation of color #512FCF: hue angle of 252.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512FCF is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 47 | 207 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.19 |
| HSL | 252.75º | 0.63% | 0.5% | - |
| HSV(B) | 252.75º | 0.77% | 0.81% | - |
| XYZ | 15.67 | 8.29 | 59.81 | - |
| YUV | 75.41 | 202.26 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 207 | 0.61 | 0.77 | 0 | 0.19 | 252.75 | 0.63 | 0.5 |
| Hex | 51 | 2F | CF | 3D | 4D | 0 | 13 | FD | 3F | 32 |
| Octal | 121 | 57 | 317 | 75 | 115 | 0 | 23 | 375 | 77 | 62 |
| Binary | 1010001 | 101111 | 11001111 | 111101 | 1001101 | 0 | 10011 | 11111101 | 111111 | 110010 |
Color Harmonies of #512FCF
Complementary color
Monochromatic Colors of #512FCF
Black with #512FCF
Text Example
Text Example
White with #512FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FCF; }
p { color: rgb(81,47,207); }
H1.HeaderClassName
{
color: #512FCF;
}
.AnyTagClassName
{
color: #512FCF;
}
</style>
background-color css
<style>
a { background-color: #512FCF; }
a { background-color: rgb(81,47,207); }
div.DivClassName
{
background-color: #512FCF;
}
.BgClassName
{
background-color: #512FCF;
}
</style>
border-color css
<style>
span { border-color: #512FCF; }
span { border-color: rgb(81,47,207); }
td.TdClassName
{
border-color: #512FCF;
}
.TagClassName
{
border-color: #512FCF;
}
</style>