Shades of Purple Heart #4D2FBE
Tints of Purple Heart #4D2FBE
RGB
CMYK
RGB Variations
Color information
#4D2FBE (or 0x4D2FBE) is known color: Purple Heart. HEX triplet: 4D, 2F and BE. RGB value is (77,47,190). Sum of RGB (Red+Green+Blue) = 77+47+190=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D2FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2FBE is #B2D041. Grayscale: #474747. Windows color (decimal): -11718722 or 12463949. OLE color: 12463949.
HSL color Cylindrical-coordinate representation of color #4D2FBE: hue angle of 252.59º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2FBE is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 47 | 190 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.25 |
| HSL | 252.59º | 0.6% | 0.46% | - |
| HSV(B) | 252.59º | 0.75% | 0.75% | - |
| XYZ | 13.37 | 7.33 | 49.43 | - |
| YUV | 72.27 | 194.44 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 190 | 0.59 | 0.75 | 0 | 0.25 | 252.59 | 0.6 | 0.46 |
| Hex | 4D | 2F | BE | 3B | 4B | 0 | 19 | FD | 3C | 2E |
| Octal | 115 | 57 | 276 | 73 | 113 | 0 | 31 | 375 | 74 | 56 |
| Binary | 1001101 | 101111 | 10111110 | 111011 | 1001011 | 0 | 11001 | 11111101 | 111100 | 101110 |
Color Harmonies of #4D2FBE
Complementary color
Monochromatic Colors of #4D2FBE
Black with #4D2FBE
Text Example
Text Example
White with #4D2FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2FBE; }
p { color: rgb(77,47,190); }
H1.HeaderClassName
{
color: #4D2FBE;
}
.AnyTagClassName
{
color: #4D2FBE;
}
</style>
background-color css
<style>
a { background-color: #4D2FBE; }
a { background-color: rgb(77,47,190); }
div.DivClassName
{
background-color: #4D2FBE;
}
.BgClassName
{
background-color: #4D2FBE;
}
</style>
border-color css
<style>
span { border-color: #4D2FBE; }
span { border-color: rgb(77,47,190); }
td.TdClassName
{
border-color: #4D2FBE;
}
.TagClassName
{
border-color: #4D2FBE;
}
</style>