Shades of Purple Heart #4628BB
Tints of Purple Heart #4628BB
RGB
CMYK
RGB Variations
Color information
#4628BB (or 0x4628BB) is known color: Purple Heart. HEX triplet: 46, 28 and BB. RGB value is (70,40,187). Sum of RGB (Red+Green+Blue) = 70+40+187=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #4628BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4628BB is #B9D744. Grayscale: #414141. Windows color (decimal): -12179269 or 12265542. OLE color: 12265542.
HSL color Cylindrical-coordinate representation of color #4628BB: hue angle of 252.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4628BB is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 40 | 187 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.27 |
| HSL | 252.24º | 0.65% | 0.45% | - |
| HSV(B) | 252.24º | 0.79% | 0.73% | - |
| XYZ | 12.25 | 6.41 | 47.6 | - |
| YUV | 65.73 | 196.44 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 187 | 0.63 | 0.79 | 0 | 0.27 | 252.24 | 0.65 | 0.45 |
| Hex | 46 | 28 | BB | 3F | 4F | 0 | 1B | FC | 41 | 2D |
| Octal | 106 | 50 | 273 | 77 | 117 | 0 | 33 | 374 | 101 | 55 |
| Binary | 1000110 | 101000 | 10111011 | 111111 | 1001111 | 0 | 11011 | 11111100 | 1000001 | 101101 |
Color Harmonies of #4628BB
Complementary color
Monochromatic Colors of #4628BB
Black with #4628BB
Text Example
Text Example
White with #4628BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4628BB; }
p { color: rgb(70,40,187); }
H1.HeaderClassName
{
color: #4628BB;
}
.AnyTagClassName
{
color: #4628BB;
}
</style>
background-color css
<style>
a { background-color: #4628BB; }
a { background-color: rgb(70,40,187); }
div.DivClassName
{
background-color: #4628BB;
}
.BgClassName
{
background-color: #4628BB;
}
</style>
border-color css
<style>
span { border-color: #4628BB; }
span { border-color: rgb(70,40,187); }
td.TdClassName
{
border-color: #4628BB;
}
.TagClassName
{
border-color: #4628BB;
}
</style>