Shades of Purple Heart #4926BA
Tints of Purple Heart #4926BA
RGB
CMYK
RGB Variations
Color information
#4926BA (or 0x4926BA) is known color: Purple Heart. HEX triplet: 49, 26 and BA. RGB value is (73,38,186). Sum of RGB (Red+Green+Blue) = 73+38+186=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #4926BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4926BA is #B6D945. Grayscale: #404040. Windows color (decimal): -11983174 or 12199497. OLE color: 12199497.
HSL color Cylindrical-coordinate representation of color #4926BA: hue angle of 254.19º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4926BA is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 38 | 186 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.27 |
| HSL | 254.19º | 0.66% | 0.44% | - |
| HSV(B) | 254.19º | 0.8% | 0.73% | - |
| XYZ | 12.3 | 6.35 | 47.03 | - |
| YUV | 65.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 186 | 0.61 | 0.80 | 0 | 0.27 | 254.19 | 0.66 | 0.44 |
| Hex | 49 | 26 | BA | 3D | 50 | 0 | 1B | FE | 42 | 2C |
| Octal | 111 | 46 | 272 | 75 | 120 | 0 | 33 | 376 | 102 | 54 |
| Binary | 1001001 | 100110 | 10111010 | 111101 | 1010000 | 0 | 11011 | 11111110 | 1000010 | 101100 |
Color Harmonies of #4926BA
Complementary color
Monochromatic Colors of #4926BA
Black with #4926BA
Text Example
Text Example
White with #4926BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4926BA; }
p { color: rgb(73,38,186); }
H1.HeaderClassName
{
color: #4926BA;
}
.AnyTagClassName
{
color: #4926BA;
}
</style>
background-color css
<style>
a { background-color: #4926BA; }
a { background-color: rgb(73,38,186); }
div.DivClassName
{
background-color: #4926BA;
}
.BgClassName
{
background-color: #4926BA;
}
</style>
border-color css
<style>
span { border-color: #4926BA; }
span { border-color: rgb(73,38,186); }
td.TdClassName
{
border-color: #4926BA;
}
.TagClassName
{
border-color: #4926BA;
}
</style>