Shades of Purple Heart #513BBA
Tints of Purple Heart #513BBA
RGB
CMYK
RGB Variations
Color information
#513BBA (or 0x513BBA) is known color: Purple Heart. HEX triplet: 51, 3B and BA. RGB value is (81,59,186). Sum of RGB (Red+Green+Blue) = 81+59+186=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #513BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BBA is #AEC445. Grayscale: #4F4F4F. Windows color (decimal): -11453510 or 12204881. OLE color: 12204881.
HSL color Cylindrical-coordinate representation of color #513BBA: hue angle of 250.39º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #513BBA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 59 | 186 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.27 |
| HSL | 250.39º | 0.52% | 0.48% | - |
| HSV(B) | 250.39º | 0.68% | 0.73% | - |
| XYZ | 13.82 | 8.42 | 47.35 | - |
| YUV | 80.06 | 187.79 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 186 | 0.56 | 0.68 | 0 | 0.27 | 250.39 | 0.52 | 0.48 |
| Hex | 51 | 3B | BA | 38 | 44 | 0 | 1B | FA | 34 | 30 |
| Octal | 121 | 73 | 272 | 70 | 104 | 0 | 33 | 372 | 64 | 60 |
| Binary | 1010001 | 111011 | 10111010 | 111000 | 1000100 | 0 | 11011 | 11111010 | 110100 | 110000 |
Color Harmonies of #513BBA
Complementary color
Monochromatic Colors of #513BBA
Black with #513BBA
Text Example
Text Example
White with #513BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BBA; }
p { color: rgb(81,59,186); }
H1.HeaderClassName
{
color: #513BBA;
}
.AnyTagClassName
{
color: #513BBA;
}
</style>
background-color css
<style>
a { background-color: #513BBA; }
a { background-color: rgb(81,59,186); }
div.DivClassName
{
background-color: #513BBA;
}
.BgClassName
{
background-color: #513BBA;
}
</style>
border-color css
<style>
span { border-color: #513BBA; }
span { border-color: rgb(81,59,186); }
td.TdClassName
{
border-color: #513BBA;
}
.TagClassName
{
border-color: #513BBA;
}
</style>