Shades of Purple Heart #513BBF
Tints of Purple Heart #513BBF
RGB
CMYK
RGB Variations
Color information
#513BBF (or 0x513BBF) is known color: Purple Heart. HEX triplet: 51, 3B and BF. RGB value is (81,59,191). Sum of RGB (Red+Green+Blue) = 81+59+191=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #513BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BBF is #AEC440. Grayscale: #505050. Windows color (decimal): -11453505 or 12532561. OLE color: 12532561.
HSL color Cylindrical-coordinate representation of color #513BBF: hue angle of 250º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513BBF is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 59 | 191 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.25 |
| HSL | 250º | 0.53% | 0.49% | - |
| HSV(B) | 250º | 0.69% | 0.75% | - |
| XYZ | 14.36 | 8.64 | 50.2 | - |
| YUV | 80.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 191 | 0.58 | 0.69 | 0 | 0.25 | 250 | 0.53 | 0.49 |
| Hex | 51 | 3B | BF | 3A | 45 | 0 | 19 | FA | 35 | 31 |
| Octal | 121 | 73 | 277 | 72 | 105 | 0 | 31 | 372 | 65 | 61 |
| Binary | 1010001 | 111011 | 10111111 | 111010 | 1000101 | 0 | 11001 | 11111010 | 110101 | 110001 |
Color Harmonies of #513BBF
Complementary color
Monochromatic Colors of #513BBF
Black with #513BBF
Text Example
Text Example
White with #513BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BBF; }
p { color: rgb(81,59,191); }
H1.HeaderClassName
{
color: #513BBF;
}
.AnyTagClassName
{
color: #513BBF;
}
</style>
background-color css
<style>
a { background-color: #513BBF; }
a { background-color: rgb(81,59,191); }
div.DivClassName
{
background-color: #513BBF;
}
.BgClassName
{
background-color: #513BBF;
}
</style>
border-color css
<style>
span { border-color: #513BBF; }
span { border-color: rgb(81,59,191); }
td.TdClassName
{
border-color: #513BBF;
}
.TagClassName
{
border-color: #513BBF;
}
</style>