Shades of Purple Heart #5134DA
Tints of Purple Heart #5134DA
RGB
CMYK
RGB Variations
Color information
#5134DA (or 0x5134DA) is known color: Purple Heart. HEX triplet: 51, 34 and DA. RGB value is (81,52,218). Sum of RGB (Red+Green+Blue) = 81+52+218=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #5134DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5134DA is #AECB25. Grayscale: #4E4E4E. Windows color (decimal): -11455270 or 14300241. OLE color: 14300241.
HSL color Cylindrical-coordinate representation of color #5134DA: hue angle of 250.48º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5134DA is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 52 | 218 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.15 |
| HSL | 250.48º | 0.69% | 0.53% | - |
| HSV(B) | 250.48º | 0.76% | 0.85% | - |
| XYZ | 17.28 | 9.27 | 67.21 | - |
| YUV | 79.6 | 206.11 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 218 | 0.63 | 0.76 | 0 | 0.15 | 250.48 | 0.69 | 0.53 |
| Hex | 51 | 34 | DA | 3F | 4C | 0 | F | FA | 45 | 35 |
| Octal | 121 | 64 | 332 | 77 | 114 | 0 | 17 | 372 | 105 | 65 |
| Binary | 1010001 | 110100 | 11011010 | 111111 | 1001100 | 0 | 1111 | 11111010 | 1000101 | 110101 |
Color Harmonies of #5134DA
Complementary color
Monochromatic Colors of #5134DA
Black with #5134DA
Text Example
Text Example
White with #5134DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5134DA; }
p { color: rgb(81,52,218); }
H1.HeaderClassName
{
color: #5134DA;
}
.AnyTagClassName
{
color: #5134DA;
}
</style>
background-color css
<style>
a { background-color: #5134DA; }
a { background-color: rgb(81,52,218); }
div.DivClassName
{
background-color: #5134DA;
}
.BgClassName
{
background-color: #5134DA;
}
</style>
border-color css
<style>
span { border-color: #5134DA; }
span { border-color: rgb(81,52,218); }
td.TdClassName
{
border-color: #5134DA;
}
.TagClassName
{
border-color: #5134DA;
}
</style>