Shades of Purple Heart #4B32BA
Tints of Purple Heart #4B32BA
RGB
CMYK
RGB Variations
Color information
#4B32BA (or 0x4B32BA) is known color: Purple Heart. HEX triplet: 4B, 32 and BA. RGB value is (75,50,186). Sum of RGB (Red+Green+Blue) = 75+50+186=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B32BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B32BA is #B4CD45. Grayscale: #484848. Windows color (decimal): -11849030 or 12202571. OLE color: 12202571.
HSL color Cylindrical-coordinate representation of color #4B32BA: hue angle of 251.03º 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 #4B32BA is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 50 | 186 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.27 |
| HSL | 251.03º | 0.58% | 0.46% | - |
| HSV(B) | 251.03º | 0.73% | 0.73% | - |
| XYZ | 12.91 | 7.32 | 47.19 | - |
| YUV | 72.98 | 191.78 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 186 | 0.60 | 0.73 | 0 | 0.27 | 251.03 | 0.58 | 0.46 |
| Hex | 4B | 32 | BA | 3C | 49 | 0 | 1B | FB | 3A | 2E |
| Octal | 113 | 62 | 272 | 74 | 111 | 0 | 33 | 373 | 72 | 56 |
| Binary | 1001011 | 110010 | 10111010 | 111100 | 1001001 | 0 | 11011 | 11111011 | 111010 | 101110 |
Color Harmonies of #4B32BA
Complementary color
Monochromatic Colors of #4B32BA
Black with #4B32BA
Text Example
Text Example
White with #4B32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B32BA; }
p { color: rgb(75,50,186); }
H1.HeaderClassName
{
color: #4B32BA;
}
.AnyTagClassName
{
color: #4B32BA;
}
</style>
background-color css
<style>
a { background-color: #4B32BA; }
a { background-color: rgb(75,50,186); }
div.DivClassName
{
background-color: #4B32BA;
}
.BgClassName
{
background-color: #4B32BA;
}
</style>
border-color css
<style>
span { border-color: #4B32BA; }
span { border-color: rgb(75,50,186); }
td.TdClassName
{
border-color: #4B32BA;
}
.TagClassName
{
border-color: #4B32BA;
}
</style>