Shades of Purple Heart #4904BB
Tints of Purple Heart #4904BB
RGB
CMYK
RGB Variations
Color information
#4904BB (or 0x4904BB) is known color: Purple Heart. HEX triplet: 49, 04 and BB. RGB value is (73,4,187). Sum of RGB (Red+Green+Blue) = 73+4+187=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #4904BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4904BB is #B6FB44. Grayscale: #2C2C2C. Windows color (decimal): -11991877 or 12256329. OLE color: 12256329.
HSL color Cylindrical-coordinate representation of color #4904BB: hue angle of 262.62º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4904BB is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 4 | 187 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.27 |
| HSL | 262.62º | 0.96% | 0.37% | - |
| HSV(B) | 262.62º | 0.98% | 0.73% | - |
| XYZ | 11.76 | 5.09 | 47.38 | - |
| YUV | 45.49 | 207.86 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 187 | 0.61 | 0.98 | 0 | 0.27 | 262.62 | 0.96 | 0.37 |
| Hex | 49 | 4 | BB | 3D | 62 | 0 | 1B | 107 | 60 | 25 |
| Octal | 111 | 4 | 273 | 75 | 142 | 0 | 33 | 407 | 140 | 45 |
| Binary | 1001001 | 100 | 10111011 | 111101 | 1100010 | 0 | 11011 | 100000111 | 1100000 | 100101 |
Color Harmonies of #4904BB
Complementary color
Monochromatic Colors of #4904BB
Black with #4904BB
Text Example
Text Example
White with #4904BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4904BB; }
p { color: rgb(73,4,187); }
H1.HeaderClassName
{
color: #4904BB;
}
.AnyTagClassName
{
color: #4904BB;
}
</style>
background-color css
<style>
a { background-color: #4904BB; }
a { background-color: rgb(73,4,187); }
div.DivClassName
{
background-color: #4904BB;
}
.BgClassName
{
background-color: #4904BB;
}
</style>
border-color css
<style>
span { border-color: #4904BB; }
span { border-color: rgb(73,4,187); }
td.TdClassName
{
border-color: #4904BB;
}
.TagClassName
{
border-color: #4904BB;
}
</style>