Shades of Purple Heart #510CCF
Tints of Purple Heart #510CCF
RGB
CMYK
RGB Variations
Color information
#510CCF (or 0x510CCF) is known color: Purple Heart. HEX triplet: 51, 0C and CF. RGB value is (81,12,207). Sum of RGB (Red+Green+Blue) = 81+12+207=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #510CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CCF is #AEF330. Grayscale: #363636. Windows color (decimal): -11465521 or 13569105. OLE color: 13569105.
HSL color Cylindrical-coordinate representation of color #510CCF: hue angle of 261.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510CCF is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 12 | 207 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.19 |
| HSL | 261.23º | 0.89% | 0.43% | - |
| HSV(B) | 261.23º | 0.94% | 0.81% | - |
| XYZ | 14.79 | 6.52 | 59.51 | - |
| YUV | 54.86 | 213.86 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 207 | 0.61 | 0.94 | 0 | 0.19 | 261.23 | 0.89 | 0.43 |
| Hex | 51 | C | CF | 3D | 5E | 0 | 13 | 105 | 59 | 2B |
| Octal | 121 | 14 | 317 | 75 | 136 | 0 | 23 | 405 | 131 | 53 |
| Binary | 1010001 | 1100 | 11001111 | 111101 | 1011110 | 0 | 10011 | 100000101 | 1011001 | 101011 |
Color Harmonies of #510CCF
Complementary color
Monochromatic Colors of #510CCF
Black with #510CCF
Text Example
Text Example
White with #510CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510CCF; }
p { color: rgb(81,12,207); }
H1.HeaderClassName
{
color: #510CCF;
}
.AnyTagClassName
{
color: #510CCF;
}
</style>
background-color css
<style>
a { background-color: #510CCF; }
a { background-color: rgb(81,12,207); }
div.DivClassName
{
background-color: #510CCF;
}
.BgClassName
{
background-color: #510CCF;
}
</style>
border-color css
<style>
span { border-color: #510CCF; }
span { border-color: rgb(81,12,207); }
td.TdClassName
{
border-color: #510CCF;
}
.TagClassName
{
border-color: #510CCF;
}
</style>