Shades of Purple Heart #4628B2
Tints of Purple Heart #4628B2
RGB
CMYK
RGB Variations
Color information
#4628B2 (or 0x4628B2) is known color: Purple Heart. HEX triplet: 46, 28 and B2. RGB value is (70,40,178). Sum of RGB (Red+Green+Blue) = 70+40+178=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 178 (69.92% from 255 or 61.81% from 288); Max value from RGB is 178 - color contains mainly: blue. Hex color #4628B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4628B2 is #B9D74D. Grayscale: #404040. Windows color (decimal): -12179278 or 11675718. OLE color: 11675718.
HSL color Cylindrical-coordinate representation of color #4628B2: hue angle of 253.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4628B2 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 40 | 178 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.30 |
| HSL | 253.04º | 0.63% | 0.43% | - |
| HSV(B) | 253.04º | 0.78% | 0.7% | - |
| XYZ | 11.32 | 6.03 | 42.69 | - |
| YUV | 64.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 178 | 0.61 | 0.78 | 0 | 0.30 | 253.04 | 0.63 | 0.43 |
| Hex | 46 | 28 | B2 | 3D | 4E | 0 | 1E | FD | 3F | 2B |
| Octal | 106 | 50 | 262 | 75 | 116 | 0 | 36 | 375 | 77 | 53 |
| Binary | 1000110 | 101000 | 10110010 | 111101 | 1001110 | 0 | 11110 | 11111101 | 111111 | 101011 |
Color Harmonies of #4628B2
Complementary color
Monochromatic Colors of #4628B2
Black with #4628B2
Text Example
Text Example
White with #4628B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4628B2; }
p { color: rgb(70,40,178); }
H1.HeaderClassName
{
color: #4628B2;
}
.AnyTagClassName
{
color: #4628B2;
}
</style>
background-color css
<style>
a { background-color: #4628B2; }
a { background-color: rgb(70,40,178); }
div.DivClassName
{
background-color: #4628B2;
}
.BgClassName
{
background-color: #4628B2;
}
</style>
border-color css
<style>
span { border-color: #4628B2; }
span { border-color: rgb(70,40,178); }
td.TdClassName
{
border-color: #4628B2;
}
.TagClassName
{
border-color: #4628B2;
}
</style>