Shades of Purple Heart #4928AE
Tints of Purple Heart #4928AE
RGB
CMYK
RGB Variations
Color information
#4928AE (or 0x4928AE) is known color: Purple Heart. HEX triplet: 49, 28 and AE. RGB value is (73,40,174). Sum of RGB (Red+Green+Blue) = 73+40+174=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #4928AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4928AE is #B6D751. Grayscale: #404040. Windows color (decimal): -11982674 or 11413577. OLE color: 11413577.
HSL color Cylindrical-coordinate representation of color #4928AE: hue angle of 254.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4928AE is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 40 | 174 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.32 |
| HSL | 254.78º | 0.63% | 0.42% | - |
| HSV(B) | 254.78º | 0.77% | 0.68% | - |
| XYZ | 11.15 | 5.99 | 40.61 | - |
| YUV | 65.14 | 189.43 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 174 | 0.58 | 0.77 | 0 | 0.32 | 254.78 | 0.63 | 0.42 |
| Hex | 49 | 28 | AE | 3A | 4D | 0 | 20 | FF | 3F | 2A |
| Octal | 111 | 50 | 256 | 72 | 115 | 0 | 40 | 377 | 77 | 52 |
| Binary | 1001001 | 101000 | 10101110 | 111010 | 1001101 | 0 | 100000 | 11111111 | 111111 | 101010 |
Color Harmonies of #4928AE
Complementary color
Monochromatic Colors of #4928AE
Black with #4928AE
Text Example
Text Example
White with #4928AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4928AE; }
p { color: rgb(73,40,174); }
H1.HeaderClassName
{
color: #4928AE;
}
.AnyTagClassName
{
color: #4928AE;
}
</style>
background-color css
<style>
a { background-color: #4928AE; }
a { background-color: rgb(73,40,174); }
div.DivClassName
{
background-color: #4928AE;
}
.BgClassName
{
background-color: #4928AE;
}
</style>
border-color css
<style>
span { border-color: #4928AE; }
span { border-color: rgb(73,40,174); }
td.TdClassName
{
border-color: #4928AE;
}
.TagClassName
{
border-color: #4928AE;
}
</style>