Shades of Purple Heart #4936BA
Tints of Purple Heart #4936BA
RGB
CMYK
RGB Variations
Color information
#4936BA (or 0x4936BA) is known color: Purple Heart. HEX triplet: 49, 36 and BA. RGB value is (73,54,186). Sum of RGB (Red+Green+Blue) = 73+54+186=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #4936BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936BA is #B6C945. Grayscale: #4A4A4A. Windows color (decimal): -11979078 or 12203593. OLE color: 12203593.
HSL color Cylindrical-coordinate representation of color #4936BA: hue angle of 248.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4936BA is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 54 | 186 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.27 |
| HSL | 248.64º | 0.55% | 0.47% | - |
| HSV(B) | 248.64º | 0.71% | 0.73% | - |
| XYZ | 12.93 | 7.6 | 47.24 | - |
| YUV | 74.73 | 190.79 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 186 | 0.61 | 0.71 | 0 | 0.27 | 248.64 | 0.55 | 0.47 |
| Hex | 49 | 36 | BA | 3D | 47 | 0 | 1B | F9 | 37 | 2F |
| Octal | 111 | 66 | 272 | 75 | 107 | 0 | 33 | 371 | 67 | 57 |
| Binary | 1001001 | 110110 | 10111010 | 111101 | 1000111 | 0 | 11011 | 11111001 | 110111 | 101111 |
Color Harmonies of #4936BA
Complementary color
Monochromatic Colors of #4936BA
Black with #4936BA
Text Example
Text Example
White with #4936BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4936BA; }
p { color: rgb(73,54,186); }
H1.HeaderClassName
{
color: #4936BA;
}
.AnyTagClassName
{
color: #4936BA;
}
</style>
background-color css
<style>
a { background-color: #4936BA; }
a { background-color: rgb(73,54,186); }
div.DivClassName
{
background-color: #4936BA;
}
.BgClassName
{
background-color: #4936BA;
}
</style>
border-color css
<style>
span { border-color: #4936BA; }
span { border-color: rgb(73,54,186); }
td.TdClassName
{
border-color: #4936BA;
}
.TagClassName
{
border-color: #4936BA;
}
</style>