Shades of Purple Heart #4D0FB4
Tints of Purple Heart #4D0FB4
RGB
CMYK
RGB Variations
Color information
#4D0FB4 (or 0x4D0FB4) is known color: Purple Heart. HEX triplet: 4D, 0F and B4. RGB value is (77,15,180). Sum of RGB (Red+Green+Blue) = 77+15+180=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 180 (70.70% from 255 or 66.18% from 272); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D0FB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0FB4 is #B2F04B. Grayscale: #333333. Windows color (decimal): -11726924 or 11800397. OLE color: 11800397.
HSL color Cylindrical-coordinate representation of color #4D0FB4: hue angle of 262.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0FB4 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 15 | 180 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.29 |
| HSL | 262.55º | 0.85% | 0.38% | - |
| HSV(B) | 262.55º | 0.92% | 0.71% | - |
| XYZ | 11.47 | 5.21 | 43.58 | - |
| YUV | 52.35 | 200.04 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 180 | 0.57 | 0.92 | 0 | 0.29 | 262.55 | 0.85 | 0.38 |
| Hex | 4D | F | B4 | 39 | 5C | 0 | 1D | 107 | 55 | 26 |
| Octal | 115 | 17 | 264 | 71 | 134 | 0 | 35 | 407 | 125 | 46 |
| Binary | 1001101 | 1111 | 10110100 | 111001 | 1011100 | 0 | 11101 | 100000111 | 1010101 | 100110 |
Color Harmonies of #4D0FB4
Complementary color
Monochromatic Colors of #4D0FB4
Black with #4D0FB4
Text Example
Text Example
White with #4D0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0FB4; }
p { color: rgb(77,15,180); }
H1.HeaderClassName
{
color: #4D0FB4;
}
.AnyTagClassName
{
color: #4D0FB4;
}
</style>
background-color css
<style>
a { background-color: #4D0FB4; }
a { background-color: rgb(77,15,180); }
div.DivClassName
{
background-color: #4D0FB4;
}
.BgClassName
{
background-color: #4D0FB4;
}
</style>
border-color css
<style>
span { border-color: #4D0FB4; }
span { border-color: rgb(77,15,180); }
td.TdClassName
{
border-color: #4D0FB4;
}
.TagClassName
{
border-color: #4D0FB4;
}
</style>