Shades of Purple Heart #4D0FB5
Tints of Purple Heart #4D0FB5
RGB
CMYK
RGB Variations
Color information
#4D0FB5 (or 0x4D0FB5) is known color: Purple Heart. HEX triplet: 4D, 0F and B5. RGB value is (77,15,181). Sum of RGB (Red+Green+Blue) = 77+15+181=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 181 (71.09% from 255 or 66.30% from 273); Max value from RGB is 181 - color contains mainly: blue. Hex color #4D0FB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0FB5 is #B2F04A. Grayscale: #333333. Windows color (decimal): -11726923 or 11865933. OLE color: 11865933.
HSL color Cylindrical-coordinate representation of color #4D0FB5: hue angle of 262.41º 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 #4D0FB5 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 15 | 181 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.29 |
| HSL | 262.41º | 0.85% | 0.38% | - |
| HSV(B) | 262.41º | 0.92% | 0.71% | - |
| XYZ | 11.57 | 5.26 | 44.12 | - |
| YUV | 52.46 | 200.54 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 181 | 0.57 | 0.92 | 0 | 0.29 | 262.41 | 0.85 | 0.38 |
| Hex | 4D | F | B5 | 39 | 5C | 0 | 1D | 106 | 55 | 26 |
| Octal | 115 | 17 | 265 | 71 | 134 | 0 | 35 | 406 | 125 | 46 |
| Binary | 1001101 | 1111 | 10110101 | 111001 | 1011100 | 0 | 11101 | 100000110 | 1010101 | 100110 |
Color Harmonies of #4D0FB5
Complementary color
Monochromatic Colors of #4D0FB5
Black with #4D0FB5
Text Example
Text Example
White with #4D0FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0FB5; }
p { color: rgb(77,15,181); }
H1.HeaderClassName
{
color: #4D0FB5;
}
.AnyTagClassName
{
color: #4D0FB5;
}
</style>
background-color css
<style>
a { background-color: #4D0FB5; }
a { background-color: rgb(77,15,181); }
div.DivClassName
{
background-color: #4D0FB5;
}
.BgClassName
{
background-color: #4D0FB5;
}
</style>
border-color css
<style>
span { border-color: #4D0FB5; }
span { border-color: rgb(77,15,181); }
td.TdClassName
{
border-color: #4D0FB5;
}
.TagClassName
{
border-color: #4D0FB5;
}
</style>