Shades of Purple Heart #4629C7
Tints of Purple Heart #4629C7
RGB
CMYK
RGB Variations
Color information
#4629C7 (or 0x4629C7) is known color: Purple Heart. HEX triplet: 46, 29 and C7. RGB value is (70,41,199). Sum of RGB (Red+Green+Blue) = 70+41+199=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 199 (78.12% from 255 or 64.19% from 310); Max value from RGB is 199 - color contains mainly: blue. Hex color #4629C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4629C7 is #B9D638. Grayscale: #434343. Windows color (decimal): -12179001 or 13052230. OLE color: 13052230.
HSL color Cylindrical-coordinate representation of color #4629C7: hue angle of 251.01º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4629C7 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 41 | 199 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.22 |
| HSL | 251.01º | 0.66% | 0.47% | - |
| HSV(B) | 251.01º | 0.79% | 0.78% | - |
| XYZ | 13.63 | 7.01 | 54.67 | - |
| YUV | 67.68 | 202.11 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 199 | 0.65 | 0.79 | 0 | 0.22 | 251.01 | 0.66 | 0.47 |
| Hex | 46 | 29 | C7 | 41 | 4F | 0 | 16 | FB | 42 | 2F |
| Octal | 106 | 51 | 307 | 101 | 117 | 0 | 26 | 373 | 102 | 57 |
| Binary | 1000110 | 101001 | 11000111 | 1000001 | 1001111 | 0 | 10110 | 11111011 | 1000010 | 101111 |
Color Harmonies of #4629C7
Complementary color
Monochromatic Colors of #4629C7
Black with #4629C7
Text Example
Text Example
White with #4629C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629C7; }
p { color: rgb(70,41,199); }
H1.HeaderClassName
{
color: #4629C7;
}
.AnyTagClassName
{
color: #4629C7;
}
</style>
background-color css
<style>
a { background-color: #4629C7; }
a { background-color: rgb(70,41,199); }
div.DivClassName
{
background-color: #4629C7;
}
.BgClassName
{
background-color: #4629C7;
}
</style>
border-color css
<style>
span { border-color: #4629C7; }
span { border-color: rgb(70,41,199); }
td.TdClassName
{
border-color: #4629C7;
}
.TagClassName
{
border-color: #4629C7;
}
</style>