Shades of Purple Heart #4932BD
Tints of Purple Heart #4932BD
RGB
CMYK
RGB Variations
Color information
#4932BD (or 0x4932BD) is known color: Purple Heart. HEX triplet: 49, 32 and BD. RGB value is (73,50,189). Sum of RGB (Red+Green+Blue) = 73+50+189=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #4932BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4932BD is #B6CD42. Grayscale: #484848. Windows color (decimal): -11980099 or 12399177. OLE color: 12399177.
HSL color Cylindrical-coordinate representation of color #4932BD: hue angle of 249.93º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4932BD is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 50 | 189 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.26 |
| HSL | 249.93º | 0.58% | 0.47% | - |
| HSV(B) | 249.93º | 0.74% | 0.74% | - |
| XYZ | 13.07 | 7.37 | 48.88 | - |
| YUV | 72.72 | 193.62 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 189 | 0.61 | 0.74 | 0 | 0.26 | 249.93 | 0.58 | 0.47 |
| Hex | 49 | 32 | BD | 3D | 4A | 0 | 1A | FA | 3A | 2F |
| Octal | 111 | 62 | 275 | 75 | 112 | 0 | 32 | 372 | 72 | 57 |
| Binary | 1001001 | 110010 | 10111101 | 111101 | 1001010 | 0 | 11010 | 11111010 | 111010 | 101111 |
Color Harmonies of #4932BD
Complementary color
Monochromatic Colors of #4932BD
Black with #4932BD
Text Example
Text Example
White with #4932BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4932BD; }
p { color: rgb(73,50,189); }
H1.HeaderClassName
{
color: #4932BD;
}
.AnyTagClassName
{
color: #4932BD;
}
</style>
background-color css
<style>
a { background-color: #4932BD; }
a { background-color: rgb(73,50,189); }
div.DivClassName
{
background-color: #4932BD;
}
.BgClassName
{
background-color: #4932BD;
}
</style>
border-color css
<style>
span { border-color: #4932BD; }
span { border-color: rgb(73,50,189); }
td.TdClassName
{
border-color: #4932BD;
}
.TagClassName
{
border-color: #4932BD;
}
</style>