Shades of Purple Heart #513BBD
Tints of Purple Heart #513BBD
RGB
CMYK
RGB Variations
Color information
#513BBD (or 0x513BBD) is known color: Purple Heart. HEX triplet: 51, 3B and BD. RGB value is (81,59,189). Sum of RGB (Red+Green+Blue) = 81+59+189=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #513BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BBD is #AEC442. Grayscale: #4F4F4F. Windows color (decimal): -11453507 or 12401489. OLE color: 12401489.
HSL color Cylindrical-coordinate representation of color #513BBD: hue angle of 250.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513BBD is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 59 | 189 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.26 |
| HSL | 250.15º | 0.52% | 0.49% | - |
| HSV(B) | 250.15º | 0.69% | 0.74% | - |
| XYZ | 14.14 | 8.55 | 49.05 | - |
| YUV | 80.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 189 | 0.57 | 0.69 | 0 | 0.26 | 250.15 | 0.52 | 0.49 |
| Hex | 51 | 3B | BD | 39 | 45 | 0 | 1A | FA | 34 | 31 |
| Octal | 121 | 73 | 275 | 71 | 105 | 0 | 32 | 372 | 64 | 61 |
| Binary | 1010001 | 111011 | 10111101 | 111001 | 1000101 | 0 | 11010 | 11111010 | 110100 | 110001 |
Color Harmonies of #513BBD
Complementary color
Monochromatic Colors of #513BBD
Black with #513BBD
Text Example
Text Example
White with #513BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BBD; }
p { color: rgb(81,59,189); }
H1.HeaderClassName
{
color: #513BBD;
}
.AnyTagClassName
{
color: #513BBD;
}
</style>
background-color css
<style>
a { background-color: #513BBD; }
a { background-color: rgb(81,59,189); }
div.DivClassName
{
background-color: #513BBD;
}
.BgClassName
{
background-color: #513BBD;
}
</style>
border-color css
<style>
span { border-color: #513BBD; }
span { border-color: rgb(81,59,189); }
td.TdClassName
{
border-color: #513BBD;
}
.TagClassName
{
border-color: #513BBD;
}
</style>