Shades of Purple Heart #4928BC
Tints of Purple Heart #4928BC
RGB
CMYK
RGB Variations
Color information
#4928BC (or 0x4928BC) is known color: Purple Heart. HEX triplet: 49, 28 and BC. RGB value is (73,40,188). Sum of RGB (Red+Green+Blue) = 73+40+188=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #4928BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4928BC is #B6D743. Grayscale: #424242. Windows color (decimal): -11982660 or 12331081. OLE color: 12331081.
HSL color Cylindrical-coordinate representation of color #4928BC: hue angle of 253.38º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4928BC is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 40 | 188 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.26 |
| HSL | 253.38º | 0.65% | 0.45% | - |
| HSV(B) | 253.38º | 0.79% | 0.74% | - |
| XYZ | 12.58 | 6.56 | 48.18 | - |
| YUV | 66.74 | 196.43 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 188 | 0.61 | 0.79 | 0 | 0.26 | 253.38 | 0.65 | 0.45 |
| Hex | 49 | 28 | BC | 3D | 4F | 0 | 1A | FD | 41 | 2D |
| Octal | 111 | 50 | 274 | 75 | 117 | 0 | 32 | 375 | 101 | 55 |
| Binary | 1001001 | 101000 | 10111100 | 111101 | 1001111 | 0 | 11010 | 11111101 | 1000001 | 101101 |
Color Harmonies of #4928BC
Complementary color
Monochromatic Colors of #4928BC
Black with #4928BC
Text Example
Text Example
White with #4928BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4928BC; }
p { color: rgb(73,40,188); }
H1.HeaderClassName
{
color: #4928BC;
}
.AnyTagClassName
{
color: #4928BC;
}
</style>
background-color css
<style>
a { background-color: #4928BC; }
a { background-color: rgb(73,40,188); }
div.DivClassName
{
background-color: #4928BC;
}
.BgClassName
{
background-color: #4928BC;
}
</style>
border-color css
<style>
span { border-color: #4928BC; }
span { border-color: rgb(73,40,188); }
td.TdClassName
{
border-color: #4928BC;
}
.TagClassName
{
border-color: #4928BC;
}
</style>