Shades of Purple Heart #4930BA
Tints of Purple Heart #4930BA
RGB
CMYK
RGB Variations
Color information
#4930BA (or 0x4930BA) is known color: Purple Heart. HEX triplet: 49, 30 and BA. RGB value is (73,48,186). Sum of RGB (Red+Green+Blue) = 73+48+186=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #4930BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4930BA is #B6CF45. Grayscale: #464646. Windows color (decimal): -11980614 or 12202057. OLE color: 12202057.
HSL color Cylindrical-coordinate representation of color #4930BA: hue angle of 250.87º 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 #4930BA is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 48 | 186 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.27 |
| HSL | 250.87º | 0.59% | 0.46% | - |
| HSV(B) | 250.87º | 0.74% | 0.73% | - |
| XYZ | 12.67 | 7.08 | 47.15 | - |
| YUV | 71.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 186 | 0.61 | 0.74 | 0 | 0.27 | 250.87 | 0.59 | 0.46 |
| Hex | 49 | 30 | BA | 3D | 4A | 0 | 1B | FB | 3B | 2E |
| Octal | 111 | 60 | 272 | 75 | 112 | 0 | 33 | 373 | 73 | 56 |
| Binary | 1001001 | 110000 | 10111010 | 111101 | 1001010 | 0 | 11011 | 11111011 | 111011 | 101110 |
Color Harmonies of #4930BA
Complementary color
Monochromatic Colors of #4930BA
Black with #4930BA
Text Example
Text Example
White with #4930BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4930BA; }
p { color: rgb(73,48,186); }
H1.HeaderClassName
{
color: #4930BA;
}
.AnyTagClassName
{
color: #4930BA;
}
</style>
background-color css
<style>
a { background-color: #4930BA; }
a { background-color: rgb(73,48,186); }
div.DivClassName
{
background-color: #4930BA;
}
.BgClassName
{
background-color: #4930BA;
}
</style>
border-color css
<style>
span { border-color: #4930BA; }
span { border-color: rgb(73,48,186); }
td.TdClassName
{
border-color: #4930BA;
}
.TagClassName
{
border-color: #4930BA;
}
</style>