Shades of Purple Heart #5137DE
Tints of Purple Heart #5137DE
RGB
CMYK
RGB Variations
Color information
#5137DE (or 0x5137DE) is known color: Purple Heart. HEX triplet: 51, 37 and DE. RGB value is (81,55,222). Sum of RGB (Red+Green+Blue) = 81+55+222=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #5137DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5137DE is #AEC821. Grayscale: #515151. Windows color (decimal): -11454498 or 14563153. OLE color: 14563153.
HSL color Cylindrical-coordinate representation of color #5137DE: hue angle of 249.34º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5137DE is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 55 | 222 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.13 |
| HSL | 249.34º | 0.72% | 0.54% | - |
| HSV(B) | 249.34º | 0.75% | 0.87% | - |
| XYZ | 17.94 | 9.76 | 70.04 | - |
| YUV | 81.81 | 207.11 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 222 | 0.64 | 0.75 | 0 | 0.13 | 249.34 | 0.72 | 0.54 |
| Hex | 51 | 37 | DE | 40 | 4B | 0 | D | F9 | 48 | 36 |
| Octal | 121 | 67 | 336 | 100 | 113 | 0 | 15 | 371 | 110 | 66 |
| Binary | 1010001 | 110111 | 11011110 | 1000000 | 1001011 | 0 | 1101 | 11111001 | 1001000 | 110110 |
Color Harmonies of #5137DE
Complementary color
Monochromatic Colors of #5137DE
Black with #5137DE
Text Example
Text Example
White with #5137DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5137DE; }
p { color: rgb(81,55,222); }
H1.HeaderClassName
{
color: #5137DE;
}
.AnyTagClassName
{
color: #5137DE;
}
</style>
background-color css
<style>
a { background-color: #5137DE; }
a { background-color: rgb(81,55,222); }
div.DivClassName
{
background-color: #5137DE;
}
.BgClassName
{
background-color: #5137DE;
}
</style>
border-color css
<style>
span { border-color: #5137DE; }
span { border-color: rgb(81,55,222); }
td.TdClassName
{
border-color: #5137DE;
}
.TagClassName
{
border-color: #5137DE;
}
</style>