Shades of Purple Heart #513DB6
Tints of Purple Heart #513DB6
RGB
CMYK
RGB Variations
Color information
#513DB6 (or 0x513DB6) is known color: Purple Heart. HEX triplet: 51, 3D and B6. RGB value is (81,61,182). Sum of RGB (Red+Green+Blue) = 81+61+182=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #513DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DB6 is #AEC249. Grayscale: #505050. Windows color (decimal): -11453002 or 11943249. OLE color: 11943249.
HSL color Cylindrical-coordinate representation of color #513DB6: hue angle of 249.92º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #513DB6 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 61 | 182 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.29 |
| HSL | 249.92º | 0.5% | 0.48% | - |
| HSV(B) | 249.92º | 0.66% | 0.71% | - |
| XYZ | 13.51 | 8.46 | 45.18 | - |
| YUV | 80.77 | 185.13 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 182 | 0.55 | 0.66 | 0 | 0.29 | 249.92 | 0.5 | 0.48 |
| Hex | 51 | 3D | B6 | 37 | 42 | 0 | 1D | FA | 32 | 30 |
| Octal | 121 | 75 | 266 | 67 | 102 | 0 | 35 | 372 | 62 | 60 |
| Binary | 1010001 | 111101 | 10110110 | 110111 | 1000010 | 0 | 11101 | 11111010 | 110010 | 110000 |
Color Harmonies of #513DB6
Complementary color
Monochromatic Colors of #513DB6
Black with #513DB6
Text Example
Text Example
White with #513DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513DB6; }
p { color: rgb(81,61,182); }
H1.HeaderClassName
{
color: #513DB6;
}
.AnyTagClassName
{
color: #513DB6;
}
</style>
background-color css
<style>
a { background-color: #513DB6; }
a { background-color: rgb(81,61,182); }
div.DivClassName
{
background-color: #513DB6;
}
.BgClassName
{
background-color: #513DB6;
}
</style>
border-color css
<style>
span { border-color: #513DB6; }
span { border-color: rgb(81,61,182); }
td.TdClassName
{
border-color: #513DB6;
}
.TagClassName
{
border-color: #513DB6;
}
</style>