Shades of Purple Heart #4629B0
Tints of Purple Heart #4629B0
RGB
CMYK
RGB Variations
Color information
#4629B0 (or 0x4629B0) is known color: Purple Heart. HEX triplet: 46, 29 and B0. RGB value is (70,41,176). Sum of RGB (Red+Green+Blue) = 70+41+176=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #4629B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4629B0 is #B9D64F. Grayscale: #404040. Windows color (decimal): -12179024 or 11544902. OLE color: 11544902.
HSL color Cylindrical-coordinate representation of color #4629B0: hue angle of 252.89º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4629B0 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 41 | 176 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.31 |
| HSL | 252.89º | 0.62% | 0.43% | - |
| HSV(B) | 252.89º | 0.77% | 0.69% | - |
| XYZ | 11.16 | 6.02 | 41.65 | - |
| YUV | 65.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 176 | 0.60 | 0.77 | 0 | 0.31 | 252.89 | 0.62 | 0.43 |
| Hex | 46 | 29 | B0 | 3C | 4D | 0 | 1F | FD | 3E | 2B |
| Octal | 106 | 51 | 260 | 74 | 115 | 0 | 37 | 375 | 76 | 53 |
| Binary | 1000110 | 101001 | 10110000 | 111100 | 1001101 | 0 | 11111 | 11111101 | 111110 | 101011 |
Color Harmonies of #4629B0
Complementary color
Monochromatic Colors of #4629B0
Black with #4629B0
Text Example
Text Example
White with #4629B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629B0; }
p { color: rgb(70,41,176); }
H1.HeaderClassName
{
color: #4629B0;
}
.AnyTagClassName
{
color: #4629B0;
}
</style>
background-color css
<style>
a { background-color: #4629B0; }
a { background-color: rgb(70,41,176); }
div.DivClassName
{
background-color: #4629B0;
}
.BgClassName
{
background-color: #4629B0;
}
</style>
border-color css
<style>
span { border-color: #4629B0; }
span { border-color: rgb(70,41,176); }
td.TdClassName
{
border-color: #4629B0;
}
.TagClassName
{
border-color: #4629B0;
}
</style>