Shades of Purple Heart #4936B7
Tints of Purple Heart #4936B7
RGB
CMYK
RGB Variations
Color information
#4936B7 (or 0x4936B7) is known color: Purple Heart. HEX triplet: 49, 36 and B7. RGB value is (73,54,183). Sum of RGB (Red+Green+Blue) = 73+54+183=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #4936B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936B7 is #B6C948. Grayscale: #494949. Windows color (decimal): -11979081 or 12006985. OLE color: 12006985.
HSL color Cylindrical-coordinate representation of color #4936B7: hue angle of 248.84º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4936B7 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 54 | 183 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.28 |
| HSL | 248.84º | 0.54% | 0.46% | - |
| HSV(B) | 248.84º | 0.7% | 0.72% | - |
| XYZ | 12.61 | 7.47 | 45.58 | - |
| YUV | 74.39 | 189.29 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 183 | 0.60 | 0.70 | 0 | 0.28 | 248.84 | 0.54 | 0.46 |
| Hex | 49 | 36 | B7 | 3C | 46 | 0 | 1C | F9 | 36 | 2E |
| Octal | 111 | 66 | 267 | 74 | 106 | 0 | 34 | 371 | 66 | 56 |
| Binary | 1001001 | 110110 | 10110111 | 111100 | 1000110 | 0 | 11100 | 11111001 | 110110 | 101110 |
Color Harmonies of #4936B7
Complementary color
Monochromatic Colors of #4936B7
Black with #4936B7
Text Example
Text Example
White with #4936B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4936B7; }
p { color: rgb(73,54,183); }
H1.HeaderClassName
{
color: #4936B7;
}
.AnyTagClassName
{
color: #4936B7;
}
</style>
background-color css
<style>
a { background-color: #4936B7; }
a { background-color: rgb(73,54,183); }
div.DivClassName
{
background-color: #4936B7;
}
.BgClassName
{
background-color: #4936B7;
}
</style>
border-color css
<style>
span { border-color: #4936B7; }
span { border-color: rgb(73,54,183); }
td.TdClassName
{
border-color: #4936B7;
}
.TagClassName
{
border-color: #4936B7;
}
</style>