Shades of Purple Heart #4B2BBC
Tints of Purple Heart #4B2BBC
RGB
CMYK
RGB Variations
Color information
#4B2BBC (or 0x4B2BBC) is known color: Purple Heart. HEX triplet: 4B, 2B and BC. RGB value is (75,43,188). Sum of RGB (Red+Green+Blue) = 75+43+188=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B2BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2BBC is #B4D443. Grayscale: #444444. Windows color (decimal): -11850820 or 12331851. OLE color: 12331851.
HSL color Cylindrical-coordinate representation of color #4B2BBC: hue angle of 253.24º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B2BBC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 43 | 188 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.26 |
| HSL | 253.24º | 0.63% | 0.45% | - |
| HSV(B) | 253.24º | 0.77% | 0.74% | - |
| XYZ | 12.84 | 6.85 | 48.22 | - |
| YUV | 69.1 | 195.1 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 43 | 188 | 0.60 | 0.77 | 0 | 0.26 | 253.24 | 0.63 | 0.45 |
| Hex | 4B | 2B | BC | 3C | 4D | 0 | 1A | FD | 3F | 2D |
| Octal | 113 | 53 | 274 | 74 | 115 | 0 | 32 | 375 | 77 | 55 |
| Binary | 1001011 | 101011 | 10111100 | 111100 | 1001101 | 0 | 11010 | 11111101 | 111111 | 101101 |
Color Harmonies of #4B2BBC
Complementary color
Monochromatic Colors of #4B2BBC
Black with #4B2BBC
Text Example
Text Example
White with #4B2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2BBC; }
p { color: rgb(75,43,188); }
H1.HeaderClassName
{
color: #4B2BBC;
}
.AnyTagClassName
{
color: #4B2BBC;
}
</style>
background-color css
<style>
a { background-color: #4B2BBC; }
a { background-color: rgb(75,43,188); }
div.DivClassName
{
background-color: #4B2BBC;
}
.BgClassName
{
background-color: #4B2BBC;
}
</style>
border-color css
<style>
span { border-color: #4B2BBC; }
span { border-color: rgb(75,43,188); }
td.TdClassName
{
border-color: #4B2BBC;
}
.TagClassName
{
border-color: #4B2BBC;
}
</style>