Shades of Purple Heart #4616BB
Tints of Purple Heart #4616BB
RGB
CMYK
RGB Variations
Color information
#4616BB (or 0x4616BB) is known color: Purple Heart. HEX triplet: 46, 16 and BB. RGB value is (70,22,187). Sum of RGB (Red+Green+Blue) = 70+22+187=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #4616BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4616BB is #B9E944. Grayscale: #363636. Windows color (decimal): -12183877 or 12260934. OLE color: 12260934.
HSL color Cylindrical-coordinate representation of color #4616BB: hue angle of 257.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4616BB is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 22 | 187 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.27 |
| HSL | 257.45º | 0.79% | 0.41% | - |
| HSV(B) | 257.45º | 0.88% | 0.73% | - |
| XYZ | 11.78 | 5.46 | 47.45 | - |
| YUV | 55.16 | 202.4 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 187 | 0.63 | 0.88 | 0 | 0.27 | 257.45 | 0.79 | 0.41 |
| Hex | 46 | 16 | BB | 3F | 58 | 0 | 1B | 101 | 4F | 29 |
| Octal | 106 | 26 | 273 | 77 | 130 | 0 | 33 | 401 | 117 | 51 |
| Binary | 1000110 | 10110 | 10111011 | 111111 | 1011000 | 0 | 11011 | 100000001 | 1001111 | 101001 |
Color Harmonies of #4616BB
Complementary color
Monochromatic Colors of #4616BB
Black with #4616BB
Text Example
Text Example
White with #4616BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4616BB; }
p { color: rgb(70,22,187); }
H1.HeaderClassName
{
color: #4616BB;
}
.AnyTagClassName
{
color: #4616BB;
}
</style>
background-color css
<style>
a { background-color: #4616BB; }
a { background-color: rgb(70,22,187); }
div.DivClassName
{
background-color: #4616BB;
}
.BgClassName
{
background-color: #4616BB;
}
</style>
border-color css
<style>
span { border-color: #4616BB; }
span { border-color: rgb(70,22,187); }
td.TdClassName
{
border-color: #4616BB;
}
.TagClassName
{
border-color: #4616BB;
}
</style>