Shades of Purple Heart #510FB2
Tints of Purple Heart #510FB2
RGB
CMYK
RGB Variations
Color information
#510FB2 (or 0x510FB2) is known color: Purple Heart. HEX triplet: 51, 0F and B2. RGB value is (81,15,178). Sum of RGB (Red+Green+Blue) = 81+15+178=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 178 (69.92% from 255 or 64.96% from 274); Max value from RGB is 178 - color contains mainly: blue. Hex color #510FB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510FB2 is #AEF04D. Grayscale: #343434. Windows color (decimal): -11464782 or 11669329. OLE color: 11669329.
HSL color Cylindrical-coordinate representation of color #510FB2: hue angle of 264.29º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510FB2 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 15 | 178 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.30 |
| HSL | 264.29º | 0.84% | 0.38% | - |
| HSV(B) | 264.29º | 0.92% | 0.7% | - |
| XYZ | 11.6 | 5.31 | 42.53 | - |
| YUV | 53.32 | 198.37 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 178 | 0.54 | 0.92 | 0 | 0.30 | 264.29 | 0.84 | 0.38 |
| Hex | 51 | F | B2 | 36 | 5C | 0 | 1E | 108 | 54 | 26 |
| Octal | 121 | 17 | 262 | 66 | 134 | 0 | 36 | 410 | 124 | 46 |
| Binary | 1010001 | 1111 | 10110010 | 110110 | 1011100 | 0 | 11110 | 100001000 | 1010100 | 100110 |
Color Harmonies of #510FB2
Complementary color
Monochromatic Colors of #510FB2
Black with #510FB2
Text Example
Text Example
White with #510FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510FB2; }
p { color: rgb(81,15,178); }
H1.HeaderClassName
{
color: #510FB2;
}
.AnyTagClassName
{
color: #510FB2;
}
</style>
background-color css
<style>
a { background-color: #510FB2; }
a { background-color: rgb(81,15,178); }
div.DivClassName
{
background-color: #510FB2;
}
.BgClassName
{
background-color: #510FB2;
}
</style>
border-color css
<style>
span { border-color: #510FB2; }
span { border-color: rgb(81,15,178); }
td.TdClassName
{
border-color: #510FB2;
}
.TagClassName
{
border-color: #510FB2;
}
</style>