Shades of Purple Heart #513BD2
Tints of Purple Heart #513BD2
RGB
CMYK
RGB Variations
Color information
#513BD2 (or 0x513BD2) is known color: Purple Heart. HEX triplet: 51, 3B and D2. RGB value is (81,59,210). Sum of RGB (Red+Green+Blue) = 81+59+210=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 210 (82.42% from 255 or 60% from 350); Max value from RGB is 210 - color contains mainly: blue. Hex color #513BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BD2 is #AEC42D. Grayscale: #525252. Windows color (decimal): -11453486 or 13777745. OLE color: 13777745.
HSL color Cylindrical-coordinate representation of color #513BD2: hue angle of 248.74º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513BD2 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 59 | 210 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.18 |
| HSL | 248.74º | 0.63% | 0.53% | - |
| HSV(B) | 248.74º | 0.72% | 0.82% | - |
| XYZ | 16.59 | 9.53 | 61.94 | - |
| YUV | 82.79 | 199.79 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 210 | 0.61 | 0.72 | 0 | 0.18 | 248.74 | 0.63 | 0.53 |
| Hex | 51 | 3B | D2 | 3D | 48 | 0 | 12 | F9 | 3F | 35 |
| Octal | 121 | 73 | 322 | 75 | 110 | 0 | 22 | 371 | 77 | 65 |
| Binary | 1010001 | 111011 | 11010010 | 111101 | 1001000 | 0 | 10010 | 11111001 | 111111 | 110101 |
Color Harmonies of #513BD2
Complementary color
Monochromatic Colors of #513BD2
Black with #513BD2
Text Example
Text Example
White with #513BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BD2; }
p { color: rgb(81,59,210); }
H1.HeaderClassName
{
color: #513BD2;
}
.AnyTagClassName
{
color: #513BD2;
}
</style>
background-color css
<style>
a { background-color: #513BD2; }
a { background-color: rgb(81,59,210); }
div.DivClassName
{
background-color: #513BD2;
}
.BgClassName
{
background-color: #513BD2;
}
</style>
border-color css
<style>
span { border-color: #513BD2; }
span { border-color: rgb(81,59,210); }
td.TdClassName
{
border-color: #513BD2;
}
.TagClassName
{
border-color: #513BD2;
}
</style>