Shades of Purple Heart #513ADA
Tints of Purple Heart #513ADA
RGB
CMYK
RGB Variations
Color information
#513ADA (or 0x513ADA) is known color: Purple Heart. HEX triplet: 51, 3A and DA. RGB value is (81,58,218). Sum of RGB (Red+Green+Blue) = 81+58+218=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #513ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ADA is #AEC525. Grayscale: #525252. Windows color (decimal): -11453734 or 14301777. OLE color: 14301777.
HSL color Cylindrical-coordinate representation of color #513ADA: hue angle of 248.63º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513ADA is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 58 | 218 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.15 |
| HSL | 248.63º | 0.68% | 0.54% | - |
| HSV(B) | 248.63º | 0.73% | 0.85% | - |
| XYZ | 17.56 | 9.84 | 67.3 | - |
| YUV | 83.12 | 204.12 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 218 | 0.63 | 0.73 | 0 | 0.15 | 248.63 | 0.68 | 0.54 |
| Hex | 51 | 3A | DA | 3F | 49 | 0 | F | F9 | 44 | 36 |
| Octal | 121 | 72 | 332 | 77 | 111 | 0 | 17 | 371 | 104 | 66 |
| Binary | 1010001 | 111010 | 11011010 | 111111 | 1001001 | 0 | 1111 | 11111001 | 1000100 | 110110 |
Color Harmonies of #513ADA
Complementary color
Monochromatic Colors of #513ADA
Black with #513ADA
Text Example
Text Example
White with #513ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513ADA; }
p { color: rgb(81,58,218); }
H1.HeaderClassName
{
color: #513ADA;
}
.AnyTagClassName
{
color: #513ADA;
}
</style>
background-color css
<style>
a { background-color: #513ADA; }
a { background-color: rgb(81,58,218); }
div.DivClassName
{
background-color: #513ADA;
}
.BgClassName
{
background-color: #513ADA;
}
</style>
border-color css
<style>
span { border-color: #513ADA; }
span { border-color: rgb(81,58,218); }
td.TdClassName
{
border-color: #513ADA;
}
.TagClassName
{
border-color: #513ADA;
}
</style>