Shades of Purple Heart #4832BB
Tints of Purple Heart #4832BB
RGB
CMYK
RGB Variations
Color information
#4832BB (or 0x4832BB) is known color: Purple Heart. HEX triplet: 48, 32 and BB. RGB value is (72,50,187). Sum of RGB (Red+Green+Blue) = 72+50+187=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #4832BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4832BB is #B7CD44. Grayscale: #474747. Windows color (decimal): -12045637 or 12268104. OLE color: 12268104.
HSL color Cylindrical-coordinate representation of color #4832BB: hue angle of 249.64º 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 #4832BB is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 50 | 187 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.27 |
| HSL | 249.64º | 0.58% | 0.46% | - |
| HSV(B) | 249.64º | 0.73% | 0.73% | - |
| XYZ | 12.78 | 7.25 | 47.74 | - |
| YUV | 72.2 | 192.79 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 187 | 0.61 | 0.73 | 0 | 0.27 | 249.64 | 0.58 | 0.46 |
| Hex | 48 | 32 | BB | 3D | 49 | 0 | 1B | FA | 3A | 2E |
| Octal | 110 | 62 | 273 | 75 | 111 | 0 | 33 | 372 | 72 | 56 |
| Binary | 1001000 | 110010 | 10111011 | 111101 | 1001001 | 0 | 11011 | 11111010 | 111010 | 101110 |
Color Harmonies of #4832BB
Complementary color
Monochromatic Colors of #4832BB
Black with #4832BB
Text Example
Text Example
White with #4832BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4832BB; }
p { color: rgb(72,50,187); }
H1.HeaderClassName
{
color: #4832BB;
}
.AnyTagClassName
{
color: #4832BB;
}
</style>
background-color css
<style>
a { background-color: #4832BB; }
a { background-color: rgb(72,50,187); }
div.DivClassName
{
background-color: #4832BB;
}
.BgClassName
{
background-color: #4832BB;
}
</style>
border-color css
<style>
span { border-color: #4832BB; }
span { border-color: rgb(72,50,187); }
td.TdClassName
{
border-color: #4832BB;
}
.TagClassName
{
border-color: #4832BB;
}
</style>