Shades of Purple Heart #4B3BBA
Tints of Purple Heart #4B3BBA
RGB
CMYK
RGB Variations
Color information
#4B3BBA (or 0x4B3BBA) is known color: Purple Heart. HEX triplet: 4B, 3B and BA. RGB value is (75,59,186). Sum of RGB (Red+Green+Blue) = 75+59+186=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 59 (23.44% from 255 or 18.44% 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 #4B3BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3BBA is #B4C445. Grayscale: #4D4D4D. Windows color (decimal): -11846726 or 12204875. OLE color: 12204875.
HSL color Cylindrical-coordinate representation of color #4B3BBA: hue angle of 247.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B3BBA is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 59 | 186 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.27 |
| HSL | 247.56º | 0.52% | 0.48% | - |
| HSV(B) | 247.56º | 0.68% | 0.73% | - |
| XYZ | 13.33 | 8.17 | 47.33 | - |
| YUV | 78.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 186 | 0.60 | 0.68 | 0 | 0.27 | 247.56 | 0.52 | 0.48 |
| Hex | 4B | 3B | BA | 3C | 44 | 0 | 1B | F8 | 34 | 30 |
| Octal | 113 | 73 | 272 | 74 | 104 | 0 | 33 | 370 | 64 | 60 |
| Binary | 1001011 | 111011 | 10111010 | 111100 | 1000100 | 0 | 11011 | 11111000 | 110100 | 110000 |
Color Harmonies of #4B3BBA
Complementary color
Monochromatic Colors of #4B3BBA
Black with #4B3BBA
Text Example
Text Example
White with #4B3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3BBA; }
p { color: rgb(75,59,186); }
H1.HeaderClassName
{
color: #4B3BBA;
}
.AnyTagClassName
{
color: #4B3BBA;
}
</style>
background-color css
<style>
a { background-color: #4B3BBA; }
a { background-color: rgb(75,59,186); }
div.DivClassName
{
background-color: #4B3BBA;
}
.BgClassName
{
background-color: #4B3BBA;
}
</style>
border-color css
<style>
span { border-color: #4B3BBA; }
span { border-color: rgb(75,59,186); }
td.TdClassName
{
border-color: #4B3BBA;
}
.TagClassName
{
border-color: #4B3BBA;
}
</style>