Shades of Purple Heart #4935BA
Tints of Purple Heart #4935BA
RGB
CMYK
RGB Variations
Color information
#4935BA (or 0x4935BA) is known color: Purple Heart. HEX triplet: 49, 35 and BA. RGB value is (73,53,186). Sum of RGB (Red+Green+Blue) = 73+53+186=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #4935BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935BA is #B6CA45. Grayscale: #494949. Windows color (decimal): -11979334 or 12203337. OLE color: 12203337.
HSL color Cylindrical-coordinate representation of color #4935BA: hue angle of 249.02º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4935BA is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 53 | 186 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.27 |
| HSL | 249.02º | 0.56% | 0.47% | - |
| HSV(B) | 249.02º | 0.72% | 0.73% | - |
| XYZ | 12.88 | 7.51 | 47.22 | - |
| YUV | 74.14 | 191.13 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 186 | 0.61 | 0.72 | 0 | 0.27 | 249.02 | 0.56 | 0.47 |
| Hex | 49 | 35 | BA | 3D | 48 | 0 | 1B | F9 | 38 | 2F |
| Octal | 111 | 65 | 272 | 75 | 110 | 0 | 33 | 371 | 70 | 57 |
| Binary | 1001001 | 110101 | 10111010 | 111101 | 1001000 | 0 | 11011 | 11111001 | 111000 | 101111 |
Color Harmonies of #4935BA
Complementary color
Monochromatic Colors of #4935BA
Black with #4935BA
Text Example
Text Example
White with #4935BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4935BA; }
p { color: rgb(73,53,186); }
H1.HeaderClassName
{
color: #4935BA;
}
.AnyTagClassName
{
color: #4935BA;
}
</style>
background-color css
<style>
a { background-color: #4935BA; }
a { background-color: rgb(73,53,186); }
div.DivClassName
{
background-color: #4935BA;
}
.BgClassName
{
background-color: #4935BA;
}
</style>
border-color css
<style>
span { border-color: #4935BA; }
span { border-color: rgb(73,53,186); }
td.TdClassName
{
border-color: #4935BA;
}
.TagClassName
{
border-color: #4935BA;
}
</style>