Shades of Purple Heart #510CAE
Tints of Purple Heart #510CAE
RGB
CMYK
RGB Variations
Color information
#510CAE (or 0x510CAE) is known color: Purple Heart. HEX triplet: 51, 0C and AE. RGB value is (81,12,174). Sum of RGB (Red+Green+Blue) = 81+12+174=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #510CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510CAE is #AEF351. Grayscale: #323232. Windows color (decimal): -11465554 or 11406417. OLE color: 11406417.
HSL color Cylindrical-coordinate representation of color #510CAE: hue angle of 265.56º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510CAE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 12 | 174 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.32 |
| HSL | 265.56º | 0.87% | 0.36% | - |
| HSV(B) | 265.56º | 0.93% | 0.68% | - |
| XYZ | 11.16 | 5.07 | 40.43 | - |
| YUV | 51.1 | 197.36 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 174 | 0.53 | 0.93 | 0 | 0.32 | 265.56 | 0.87 | 0.36 |
| Hex | 51 | C | AE | 35 | 5D | 0 | 20 | 10A | 57 | 24 |
| Octal | 121 | 14 | 256 | 65 | 135 | 0 | 40 | 412 | 127 | 44 |
| Binary | 1010001 | 1100 | 10101110 | 110101 | 1011101 | 0 | 100000 | 100001010 | 1010111 | 100100 |
Color Harmonies of #510CAE
Complementary color
Monochromatic Colors of #510CAE
Black with #510CAE
Text Example
Text Example
White with #510CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510CAE; }
p { color: rgb(81,12,174); }
H1.HeaderClassName
{
color: #510CAE;
}
.AnyTagClassName
{
color: #510CAE;
}
</style>
background-color css
<style>
a { background-color: #510CAE; }
a { background-color: rgb(81,12,174); }
div.DivClassName
{
background-color: #510CAE;
}
.BgClassName
{
background-color: #510CAE;
}
</style>
border-color css
<style>
span { border-color: #510CAE; }
span { border-color: rgb(81,12,174); }
td.TdClassName
{
border-color: #510CAE;
}
.TagClassName
{
border-color: #510CAE;
}
</style>