Shades of Purple Heart #510CAF
Tints of Purple Heart #510CAF
RGB
CMYK
RGB Variations
Color information
#510CAF (or 0x510CAF) is known color: Purple Heart. HEX triplet: 51, 0C and AF. RGB value is (81,12,175). Sum of RGB (Red+Green+Blue) = 81+12+175=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #510CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510CAF is #AEF350. Grayscale: #323232. Windows color (decimal): -11465553 or 11471953. OLE color: 11471953.
HSL color Cylindrical-coordinate representation of color #510CAF: hue angle of 265.4º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510CAF is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 12 | 175 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.31 |
| HSL | 265.4º | 0.87% | 0.37% | - |
| HSV(B) | 265.4º | 0.93% | 0.69% | - |
| XYZ | 11.26 | 5.11 | 40.95 | - |
| YUV | 51.21 | 197.86 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 175 | 0.54 | 0.93 | 0 | 0.31 | 265.4 | 0.87 | 0.37 |
| Hex | 51 | C | AF | 36 | 5D | 0 | 1F | 109 | 57 | 25 |
| Octal | 121 | 14 | 257 | 66 | 135 | 0 | 37 | 411 | 127 | 45 |
| Binary | 1010001 | 1100 | 10101111 | 110110 | 1011101 | 0 | 11111 | 100001001 | 1010111 | 100101 |
Color Harmonies of #510CAF
Complementary color
Monochromatic Colors of #510CAF
Black with #510CAF
Text Example
Text Example
White with #510CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510CAF; }
p { color: rgb(81,12,175); }
H1.HeaderClassName
{
color: #510CAF;
}
.AnyTagClassName
{
color: #510CAF;
}
</style>
background-color css
<style>
a { background-color: #510CAF; }
a { background-color: rgb(81,12,175); }
div.DivClassName
{
background-color: #510CAF;
}
.BgClassName
{
background-color: #510CAF;
}
</style>
border-color css
<style>
span { border-color: #510CAF; }
span { border-color: rgb(81,12,175); }
td.TdClassName
{
border-color: #510CAF;
}
.TagClassName
{
border-color: #510CAF;
}
</style>