Shades of Purple Heart #4800BB
Tints of Purple Heart #4800BB
RGB
CMYK
RGB Variations
Color information
#4800BB (or 0x4800BB) is known color: Purple Heart. HEX triplet: 48, 00 and BB. RGB value is (72,0,187). Sum of RGB (Red+Green+Blue) = 72+0+187=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #4800BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800BB is #B7FF44. Grayscale: #2A2A2A. Windows color (decimal): -12058437 or 12255304. OLE color: 12255304.
HSL color Cylindrical-coordinate representation of color #4800BB: hue angle of 263.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800BB is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 0 | 187 | - |
| CMYK | 0.61 | 1 | 0 | 0.27 |
| HSL | 263.1º | 1% | 0.37% | - |
| HSV(B) | 263.1º | 1% | 0.73% | - |
| XYZ | 11.64 | 4.97 | 47.36 | - |
| YUV | 42.85 | 209.35 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 187 | 0.61 | 1 | 0 | 0.27 | 263.1 | 1 | 0.37 |
| Hex | 48 | 0 | BB | 3D | 64 | 0 | 1B | 107 | 64 | 25 |
| Octal | 110 | 0 | 273 | 75 | 144 | 0 | 33 | 407 | 144 | 45 |
| Binary | 1001000 | 0 | 10111011 | 111101 | 1100100 | 0 | 11011 | 100000111 | 1100100 | 100101 |
Color Harmonies of #4800BB
Complementary color
Monochromatic Colors of #4800BB
Black with #4800BB
Text Example
Text Example
White with #4800BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4800BB; }
p { color: rgb(72,0,187); }
H1.HeaderClassName
{
color: #4800BB;
}
.AnyTagClassName
{
color: #4800BB;
}
</style>
background-color css
<style>
a { background-color: #4800BB; }
a { background-color: rgb(72,0,187); }
div.DivClassName
{
background-color: #4800BB;
}
.BgClassName
{
background-color: #4800BB;
}
</style>
border-color css
<style>
span { border-color: #4800BB; }
span { border-color: rgb(72,0,187); }
td.TdClassName
{
border-color: #4800BB;
}
.TagClassName
{
border-color: #4800BB;
}
</style>