Shades of Purple Heart #4629BB
Tints of Purple Heart #4629BB
RGB
CMYK
RGB Variations
Color information
#4629BB (or 0x4629BB) is known color: Purple Heart. HEX triplet: 46, 29 and BB. RGB value is (70,41,187). Sum of RGB (Red+Green+Blue) = 70+41+187=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #4629BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4629BB is #B9D644. Grayscale: #414141. Windows color (decimal): -12179013 or 12265798. OLE color: 12265798.
HSL color Cylindrical-coordinate representation of color #4629BB: hue angle of 251.92º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4629BB is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 41 | 187 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.27 |
| HSL | 251.92º | 0.64% | 0.45% | - |
| HSV(B) | 251.92º | 0.78% | 0.73% | - |
| XYZ | 12.29 | 6.48 | 47.62 | - |
| YUV | 66.32 | 196.11 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 187 | 0.63 | 0.78 | 0 | 0.27 | 251.92 | 0.64 | 0.45 |
| Hex | 46 | 29 | BB | 3F | 4E | 0 | 1B | FC | 40 | 2D |
| Octal | 106 | 51 | 273 | 77 | 116 | 0 | 33 | 374 | 100 | 55 |
| Binary | 1000110 | 101001 | 10111011 | 111111 | 1001110 | 0 | 11011 | 11111100 | 1000000 | 101101 |
Color Harmonies of #4629BB
Complementary color
Monochromatic Colors of #4629BB
Black with #4629BB
Text Example
Text Example
White with #4629BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629BB; }
p { color: rgb(70,41,187); }
H1.HeaderClassName
{
color: #4629BB;
}
.AnyTagClassName
{
color: #4629BB;
}
</style>
background-color css
<style>
a { background-color: #4629BB; }
a { background-color: rgb(70,41,187); }
div.DivClassName
{
background-color: #4629BB;
}
.BgClassName
{
background-color: #4629BB;
}
</style>
border-color css
<style>
span { border-color: #4629BB; }
span { border-color: rgb(70,41,187); }
td.TdClassName
{
border-color: #4629BB;
}
.TagClassName
{
border-color: #4629BB;
}
</style>