Shades of Purple Heart #4D30BA
Tints of Purple Heart #4D30BA
RGB
CMYK
RGB Variations
Color information
#4D30BA (or 0x4D30BA) is known color: Purple Heart. HEX triplet: 4D, 30 and BA. RGB value is (77,48,186). Sum of RGB (Red+Green+Blue) = 77+48+186=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D30BA is #B2CF45. Grayscale: #474747. Windows color (decimal): -11718470 or 12202061. OLE color: 12202061.
HSL color Cylindrical-coordinate representation of color #4D30BA: hue angle of 252.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D30BA is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 48 | 186 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.27 |
| HSL | 252.61º | 0.59% | 0.46% | - |
| HSV(B) | 252.61º | 0.74% | 0.73% | - |
| XYZ | 12.98 | 7.24 | 47.17 | - |
| YUV | 72.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 186 | 0.59 | 0.74 | 0 | 0.27 | 252.61 | 0.59 | 0.46 |
| Hex | 4D | 30 | BA | 3B | 4A | 0 | 1B | FD | 3B | 2E |
| Octal | 115 | 60 | 272 | 73 | 112 | 0 | 33 | 375 | 73 | 56 |
| Binary | 1001101 | 110000 | 10111010 | 111011 | 1001010 | 0 | 11011 | 11111101 | 111011 | 101110 |
Color Harmonies of #4D30BA
Complementary color
Monochromatic Colors of #4D30BA
Black with #4D30BA
Text Example
Text Example
White with #4D30BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D30BA; }
p { color: rgb(77,48,186); }
H1.HeaderClassName
{
color: #4D30BA;
}
.AnyTagClassName
{
color: #4D30BA;
}
</style>
background-color css
<style>
a { background-color: #4D30BA; }
a { background-color: rgb(77,48,186); }
div.DivClassName
{
background-color: #4D30BA;
}
.BgClassName
{
background-color: #4D30BA;
}
</style>
border-color css
<style>
span { border-color: #4D30BA; }
span { border-color: rgb(77,48,186); }
td.TdClassName
{
border-color: #4D30BA;
}
.TagClassName
{
border-color: #4D30BA;
}
</style>