Shades of Purple Heart #4932DA
Tints of Purple Heart #4932DA
RGB
CMYK
RGB Variations
Color information
#4932DA (or 0x4932DA) is known color: Purple Heart. HEX triplet: 49, 32 and DA. RGB value is (73,50,218). Sum of RGB (Red+Green+Blue) = 73+50+218=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #4932DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4932DA is #B6CD25. Grayscale: #4B4B4B. Windows color (decimal): -11980070 or 14299721. OLE color: 14299721.
HSL color Cylindrical-coordinate representation of color #4932DA: hue angle of 248.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4932DA is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 50 | 218 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.15 |
| HSL | 248.21º | 0.69% | 0.53% | - |
| HSV(B) | 248.21º | 0.77% | 0.85% | - |
| XYZ | 16.54 | 8.76 | 67.15 | - |
| YUV | 76.03 | 208.12 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 218 | 0.67 | 0.77 | 0 | 0.15 | 248.21 | 0.69 | 0.53 |
| Hex | 49 | 32 | DA | 43 | 4D | 0 | F | F8 | 45 | 35 |
| Octal | 111 | 62 | 332 | 103 | 115 | 0 | 17 | 370 | 105 | 65 |
| Binary | 1001001 | 110010 | 11011010 | 1000011 | 1001101 | 0 | 1111 | 11111000 | 1000101 | 110101 |
Color Harmonies of #4932DA
Complementary color
Monochromatic Colors of #4932DA
Black with #4932DA
Text Example
Text Example
White with #4932DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4932DA; }
p { color: rgb(73,50,218); }
H1.HeaderClassName
{
color: #4932DA;
}
.AnyTagClassName
{
color: #4932DA;
}
</style>
background-color css
<style>
a { background-color: #4932DA; }
a { background-color: rgb(73,50,218); }
div.DivClassName
{
background-color: #4932DA;
}
.BgClassName
{
background-color: #4932DA;
}
</style>
border-color css
<style>
span { border-color: #4932DA; }
span { border-color: rgb(73,50,218); }
td.TdClassName
{
border-color: #4932DA;
}
.TagClassName
{
border-color: #4932DA;
}
</style>