Shades of Purple Heart #4922BC
Tints of Purple Heart #4922BC
RGB
CMYK
RGB Variations
Color information
#4922BC (or 0x4922BC) is known color: Purple Heart. HEX triplet: 49, 22 and BC. RGB value is (73,34,188). Sum of RGB (Red+Green+Blue) = 73+34+188=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #4922BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4922BC is #B6DD43. Grayscale: #3E3E3E. Windows color (decimal): -11984196 or 12329545. OLE color: 12329545.
HSL color Cylindrical-coordinate representation of color #4922BC: hue angle of 255.19º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4922BC is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 34 | 188 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.26 |
| HSL | 255.19º | 0.69% | 0.44% | - |
| HSV(B) | 255.19º | 0.82% | 0.74% | - |
| XYZ | 12.4 | 6.19 | 48.12 | - |
| YUV | 63.22 | 198.42 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 188 | 0.61 | 0.82 | 0 | 0.26 | 255.19 | 0.69 | 0.44 |
| Hex | 49 | 22 | BC | 3D | 52 | 0 | 1A | FF | 45 | 2C |
| Octal | 111 | 42 | 274 | 75 | 122 | 0 | 32 | 377 | 105 | 54 |
| Binary | 1001001 | 100010 | 10111100 | 111101 | 1010010 | 0 | 11010 | 11111111 | 1000101 | 101100 |
Color Harmonies of #4922BC
Complementary color
Monochromatic Colors of #4922BC
Black with #4922BC
Text Example
Text Example
White with #4922BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4922BC; }
p { color: rgb(73,34,188); }
H1.HeaderClassName
{
color: #4922BC;
}
.AnyTagClassName
{
color: #4922BC;
}
</style>
background-color css
<style>
a { background-color: #4922BC; }
a { background-color: rgb(73,34,188); }
div.DivClassName
{
background-color: #4922BC;
}
.BgClassName
{
background-color: #4922BC;
}
</style>
border-color css
<style>
span { border-color: #4922BC; }
span { border-color: rgb(73,34,188); }
td.TdClassName
{
border-color: #4922BC;
}
.TagClassName
{
border-color: #4922BC;
}
</style>