Shades of Purple Heart #510ABE
Tints of Purple Heart #510ABE
RGB
CMYK
RGB Variations
Color information
#510ABE (or 0x510ABE) is known color: Purple Heart. HEX triplet: 51, 0A and BE. RGB value is (81,10,190). Sum of RGB (Red+Green+Blue) = 81+10+190=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #510ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ABE is #AEF541. Grayscale: #333333. Windows color (decimal): -11466050 or 12454481. OLE color: 12454481.
HSL color Cylindrical-coordinate representation of color #510ABE: hue angle of 263.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510ABE is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 10 | 190 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.25 |
| HSL | 263.67º | 0.9% | 0.39% | - |
| HSV(B) | 263.67º | 0.95% | 0.75% | - |
| XYZ | 12.8 | 5.68 | 49.14 | - |
| YUV | 51.75 | 206.02 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 190 | 0.57 | 0.95 | 0 | 0.25 | 263.67 | 0.9 | 0.39 |
| Hex | 51 | A | BE | 39 | 5F | 0 | 19 | 108 | 5A | 27 |
| Octal | 121 | 12 | 276 | 71 | 137 | 0 | 31 | 410 | 132 | 47 |
| Binary | 1010001 | 1010 | 10111110 | 111001 | 1011111 | 0 | 11001 | 100001000 | 1011010 | 100111 |
Color Harmonies of #510ABE
Complementary color
Monochromatic Colors of #510ABE
Black with #510ABE
Text Example
Text Example
White with #510ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510ABE; }
p { color: rgb(81,10,190); }
H1.HeaderClassName
{
color: #510ABE;
}
.AnyTagClassName
{
color: #510ABE;
}
</style>
background-color css
<style>
a { background-color: #510ABE; }
a { background-color: rgb(81,10,190); }
div.DivClassName
{
background-color: #510ABE;
}
.BgClassName
{
background-color: #510ABE;
}
</style>
border-color css
<style>
span { border-color: #510ABE; }
span { border-color: rgb(81,10,190); }
td.TdClassName
{
border-color: #510ABE;
}
.TagClassName
{
border-color: #510ABE;
}
</style>