Shades of Purple Heart #4D2BBA
Tints of Purple Heart #4D2BBA
RGB
CMYK
RGB Variations
Color information
#4D2BBA (or 0x4D2BBA) is known color: Purple Heart. HEX triplet: 4D, 2B and BA. RGB value is (77,43,186). Sum of RGB (Red+Green+Blue) = 77+43+186=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D2BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2BBA is #B2D445. Grayscale: #444444. Windows color (decimal): -11719750 or 12200781. OLE color: 12200781.
HSL color Cylindrical-coordinate representation of color #4D2BBA: hue angle of 254.27º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2BBA is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 43 | 186 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.27 |
| HSL | 254.27º | 0.62% | 0.45% | - |
| HSV(B) | 254.27º | 0.77% | 0.73% | - |
| XYZ | 12.79 | 6.85 | 47.1 | - |
| YUV | 69.47 | 193.76 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 186 | 0.59 | 0.77 | 0 | 0.27 | 254.27 | 0.62 | 0.45 |
| Hex | 4D | 2B | BA | 3B | 4D | 0 | 1B | FE | 3E | 2D |
| Octal | 115 | 53 | 272 | 73 | 115 | 0 | 33 | 376 | 76 | 55 |
| Binary | 1001101 | 101011 | 10111010 | 111011 | 1001101 | 0 | 11011 | 11111110 | 111110 | 101101 |
Color Harmonies of #4D2BBA
Complementary color
Monochromatic Colors of #4D2BBA
Black with #4D2BBA
Text Example
Text Example
White with #4D2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BBA; }
p { color: rgb(77,43,186); }
H1.HeaderClassName
{
color: #4D2BBA;
}
.AnyTagClassName
{
color: #4D2BBA;
}
</style>
background-color css
<style>
a { background-color: #4D2BBA; }
a { background-color: rgb(77,43,186); }
div.DivClassName
{
background-color: #4D2BBA;
}
.BgClassName
{
background-color: #4D2BBA;
}
</style>
border-color css
<style>
span { border-color: #4D2BBA; }
span { border-color: rgb(77,43,186); }
td.TdClassName
{
border-color: #4D2BBA;
}
.TagClassName
{
border-color: #4D2BBA;
}
</style>