Shades of Purple Heart #4D2FBA
Tints of Purple Heart #4D2FBA
RGB
CMYK
RGB Variations
Color information
#4D2FBA (or 0x4D2FBA) is known color: Purple Heart. HEX triplet: 4D, 2F and BA. RGB value is (77,47,186). Sum of RGB (Red+Green+Blue) = 77+47+186=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2FBA is #B2D045. Grayscale: #474747. Windows color (decimal): -11718726 or 12201805. OLE color: 12201805.
HSL color Cylindrical-coordinate representation of color #4D2FBA: hue angle of 252.95º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2FBA is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 47 | 186 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.27 |
| HSL | 252.95º | 0.6% | 0.46% | - |
| HSV(B) | 252.95º | 0.75% | 0.73% | - |
| XYZ | 12.94 | 7.16 | 47.15 | - |
| YUV | 71.82 | 192.44 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 186 | 0.59 | 0.75 | 0 | 0.27 | 252.95 | 0.6 | 0.46 |
| Hex | 4D | 2F | BA | 3B | 4B | 0 | 1B | FD | 3C | 2E |
| Octal | 115 | 57 | 272 | 73 | 113 | 0 | 33 | 375 | 74 | 56 |
| Binary | 1001101 | 101111 | 10111010 | 111011 | 1001011 | 0 | 11011 | 11111101 | 111100 | 101110 |
Color Harmonies of #4D2FBA
Complementary color
Monochromatic Colors of #4D2FBA
Black with #4D2FBA
Text Example
Text Example
White with #4D2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2FBA; }
p { color: rgb(77,47,186); }
H1.HeaderClassName
{
color: #4D2FBA;
}
.AnyTagClassName
{
color: #4D2FBA;
}
</style>
background-color css
<style>
a { background-color: #4D2FBA; }
a { background-color: rgb(77,47,186); }
div.DivClassName
{
background-color: #4D2FBA;
}
.BgClassName
{
background-color: #4D2FBA;
}
</style>
border-color css
<style>
span { border-color: #4D2FBA; }
span { border-color: rgb(77,47,186); }
td.TdClassName
{
border-color: #4D2FBA;
}
.TagClassName
{
border-color: #4D2FBA;
}
</style>