Shades of Purple Heart #4920BB
Tints of Purple Heart #4920BB
RGB
CMYK
RGB Variations
Color information
#4920BB (or 0x4920BB) is known color: Purple Heart. HEX triplet: 49, 20 and BB. RGB value is (73,32,187). Sum of RGB (Red+Green+Blue) = 73+32+187=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #4920BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920BB is #B6DF44. Grayscale: #3D3D3D. Windows color (decimal): -11984709 or 12263497. OLE color: 12263497.
HSL color Cylindrical-coordinate representation of color #4920BB: hue angle of 255.87º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4920BB is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 32 | 187 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.27 |
| HSL | 255.87º | 0.71% | 0.43% | - |
| HSV(B) | 255.87º | 0.83% | 0.73% | - |
| XYZ | 12.23 | 6.04 | 47.53 | - |
| YUV | 61.93 | 198.58 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 187 | 0.61 | 0.83 | 0 | 0.27 | 255.87 | 0.71 | 0.43 |
| Hex | 49 | 20 | BB | 3D | 53 | 0 | 1B | 100 | 47 | 2B |
| Octal | 111 | 40 | 273 | 75 | 123 | 0 | 33 | 400 | 107 | 53 |
| Binary | 1001001 | 100000 | 10111011 | 111101 | 1010011 | 0 | 11011 | 100000000 | 1000111 | 101011 |
Color Harmonies of #4920BB
Complementary color
Monochromatic Colors of #4920BB
Black with #4920BB
Text Example
Text Example
White with #4920BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4920BB; }
p { color: rgb(73,32,187); }
H1.HeaderClassName
{
color: #4920BB;
}
.AnyTagClassName
{
color: #4920BB;
}
</style>
background-color css
<style>
a { background-color: #4920BB; }
a { background-color: rgb(73,32,187); }
div.DivClassName
{
background-color: #4920BB;
}
.BgClassName
{
background-color: #4920BB;
}
</style>
border-color css
<style>
span { border-color: #4920BB; }
span { border-color: rgb(73,32,187); }
td.TdClassName
{
border-color: #4920BB;
}
.TagClassName
{
border-color: #4920BB;
}
</style>