Shades of Purple Heart #5332BA
Tints of Purple Heart #5332BA
RGB
CMYK
RGB Variations
Color information
#5332BA (or 0x5332BA) is known color: Purple Heart. HEX triplet: 53, 32 and BA. RGB value is (83,50,186). Sum of RGB (Red+Green+Blue) = 83+50+186=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #5332BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5332BA is #ACCD45. Grayscale: #4A4A4A. Windows color (decimal): -11324742 or 12202579. OLE color: 12202579.
HSL color Cylindrical-coordinate representation of color #5332BA: hue angle of 254.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5332BA is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 50 | 186 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.27 |
| HSL | 254.56º | 0.58% | 0.46% | - |
| HSV(B) | 254.56º | 0.73% | 0.73% | - |
| XYZ | 13.57 | 7.67 | 47.22 | - |
| YUV | 75.37 | 190.43 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 186 | 0.55 | 0.73 | 0 | 0.27 | 254.56 | 0.58 | 0.46 |
| Hex | 53 | 32 | BA | 37 | 49 | 0 | 1B | FF | 3A | 2E |
| Octal | 123 | 62 | 272 | 67 | 111 | 0 | 33 | 377 | 72 | 56 |
| Binary | 1010011 | 110010 | 10111010 | 110111 | 1001001 | 0 | 11011 | 11111111 | 111010 | 101110 |
Color Harmonies of #5332BA
Complementary color
Monochromatic Colors of #5332BA
Black with #5332BA
Text Example
Text Example
White with #5332BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5332BA; }
p { color: rgb(83,50,186); }
H1.HeaderClassName
{
color: #5332BA;
}
.AnyTagClassName
{
color: #5332BA;
}
</style>
background-color css
<style>
a { background-color: #5332BA; }
a { background-color: rgb(83,50,186); }
div.DivClassName
{
background-color: #5332BA;
}
.BgClassName
{
background-color: #5332BA;
}
</style>
border-color css
<style>
span { border-color: #5332BA; }
span { border-color: rgb(83,50,186); }
td.TdClassName
{
border-color: #5332BA;
}
.TagClassName
{
border-color: #5332BA;
}
</style>