Shades of Purple Heart #5131D0
Tints of Purple Heart #5131D0
RGB
CMYK
RGB Variations
Color information
#5131D0 (or 0x5131D0) is known color: Purple Heart. HEX triplet: 51, 31 and D0. RGB value is (81,49,208). Sum of RGB (Red+Green+Blue) = 81+49+208=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #5131D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5131D0 is #AECE2F. Grayscale: #4C4C4C. Windows color (decimal): -11456048 or 13644113. OLE color: 13644113.
HSL color Cylindrical-coordinate representation of color #5131D0: hue angle of 252.08º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5131D0 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 49 | 208 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.18 |
| HSL | 252.08º | 0.63% | 0.5% | - |
| HSV(B) | 252.08º | 0.76% | 0.82% | - |
| XYZ | 15.88 | 8.5 | 60.48 | - |
| YUV | 76.69 | 202.1 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 208 | 0.61 | 0.76 | 0 | 0.18 | 252.08 | 0.63 | 0.5 |
| Hex | 51 | 31 | D0 | 3D | 4C | 0 | 12 | FC | 3F | 32 |
| Octal | 121 | 61 | 320 | 75 | 114 | 0 | 22 | 374 | 77 | 62 |
| Binary | 1010001 | 110001 | 11010000 | 111101 | 1001100 | 0 | 10010 | 11111100 | 111111 | 110010 |
Color Harmonies of #5131D0
Complementary color
Monochromatic Colors of #5131D0
Black with #5131D0
Text Example
Text Example
White with #5131D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5131D0; }
p { color: rgb(81,49,208); }
H1.HeaderClassName
{
color: #5131D0;
}
.AnyTagClassName
{
color: #5131D0;
}
</style>
background-color css
<style>
a { background-color: #5131D0; }
a { background-color: rgb(81,49,208); }
div.DivClassName
{
background-color: #5131D0;
}
.BgClassName
{
background-color: #5131D0;
}
</style>
border-color css
<style>
span { border-color: #5131D0; }
span { border-color: rgb(81,49,208); }
td.TdClassName
{
border-color: #5131D0;
}
.TagClassName
{
border-color: #5131D0;
}
</style>