Shades of Purple Heart #4628BD
Tints of Purple Heart #4628BD
RGB
CMYK
RGB Variations
Color information
#4628BD (or 0x4628BD) is known color: Purple Heart. HEX triplet: 46, 28 and BD. RGB value is (70,40,189). Sum of RGB (Red+Green+Blue) = 70+40+189=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #4628BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4628BD is #B9D742. Grayscale: #414141. Windows color (decimal): -12179267 or 12396614. OLE color: 12396614.
HSL color Cylindrical-coordinate representation of color #4628BD: hue angle of 252.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4628BD is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 40 | 189 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.26 |
| HSL | 252.08º | 0.65% | 0.45% | - |
| HSV(B) | 252.08º | 0.79% | 0.74% | - |
| XYZ | 12.47 | 6.49 | 48.74 | - |
| YUV | 65.96 | 197.44 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 189 | 0.63 | 0.79 | 0 | 0.26 | 252.08 | 0.65 | 0.45 |
| Hex | 46 | 28 | BD | 3F | 4F | 0 | 1A | FC | 41 | 2D |
| Octal | 106 | 50 | 275 | 77 | 117 | 0 | 32 | 374 | 101 | 55 |
| Binary | 1000110 | 101000 | 10111101 | 111111 | 1001111 | 0 | 11010 | 11111100 | 1000001 | 101101 |
Color Harmonies of #4628BD
Complementary color
Monochromatic Colors of #4628BD
Black with #4628BD
Text Example
Text Example
White with #4628BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4628BD; }
p { color: rgb(70,40,189); }
H1.HeaderClassName
{
color: #4628BD;
}
.AnyTagClassName
{
color: #4628BD;
}
</style>
background-color css
<style>
a { background-color: #4628BD; }
a { background-color: rgb(70,40,189); }
div.DivClassName
{
background-color: #4628BD;
}
.BgClassName
{
background-color: #4628BD;
}
</style>
border-color css
<style>
span { border-color: #4628BD; }
span { border-color: rgb(70,40,189); }
td.TdClassName
{
border-color: #4628BD;
}
.TagClassName
{
border-color: #4628BD;
}
</style>