Shades of Purple Heart #5234BA
Tints of Purple Heart #5234BA
RGB
CMYK
RGB Variations
Color information
#5234BA (or 0x5234BA) is known color: Purple Heart. HEX triplet: 52, 34 and BA. RGB value is (82,52,186). Sum of RGB (Red+Green+Blue) = 82+52+186=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #5234BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5234BA is #ADCB45. Grayscale: #4B4B4B. Windows color (decimal): -11389766 or 12203090. OLE color: 12203090.
HSL color Cylindrical-coordinate representation of color #5234BA: hue angle of 253.43º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5234BA is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 52 | 186 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.27 |
| HSL | 253.43º | 0.56% | 0.47% | - |
| HSV(B) | 253.43º | 0.72% | 0.73% | - |
| XYZ | 13.57 | 7.79 | 47.24 | - |
| YUV | 76.25 | 189.94 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 186 | 0.56 | 0.72 | 0 | 0.27 | 253.43 | 0.56 | 0.47 |
| Hex | 52 | 34 | BA | 38 | 48 | 0 | 1B | FD | 38 | 2F |
| Octal | 122 | 64 | 272 | 70 | 110 | 0 | 33 | 375 | 70 | 57 |
| Binary | 1010010 | 110100 | 10111010 | 111000 | 1001000 | 0 | 11011 | 11111101 | 111000 | 101111 |
Color Harmonies of #5234BA
Complementary color
Monochromatic Colors of #5234BA
Black with #5234BA
Text Example
Text Example
White with #5234BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5234BA; }
p { color: rgb(82,52,186); }
H1.HeaderClassName
{
color: #5234BA;
}
.AnyTagClassName
{
color: #5234BA;
}
</style>
background-color css
<style>
a { background-color: #5234BA; }
a { background-color: rgb(82,52,186); }
div.DivClassName
{
background-color: #5234BA;
}
.BgClassName
{
background-color: #5234BA;
}
</style>
border-color css
<style>
span { border-color: #5234BA; }
span { border-color: rgb(82,52,186); }
td.TdClassName
{
border-color: #5234BA;
}
.TagClassName
{
border-color: #5234BA;
}
</style>