Shades of Purple Heart #4629C3
Tints of Purple Heart #4629C3
RGB
CMYK
RGB Variations
Color information
#4629C3 (or 0x4629C3) is known color: Purple Heart. HEX triplet: 46, 29 and C3. RGB value is (70,41,195). Sum of RGB (Red+Green+Blue) = 70+41+195=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 195 (76.56% from 255 or 63.73% from 306); Max value from RGB is 195 - color contains mainly: blue. Hex color #4629C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4629C3 is #B9D63C. Grayscale: #424242. Windows color (decimal): -12179005 or 12790086. OLE color: 12790086.
HSL color Cylindrical-coordinate representation of color #4629C3: hue angle of 251.3º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4629C3 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 41 | 195 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.24 |
| HSL | 251.3º | 0.65% | 0.46% | - |
| HSV(B) | 251.3º | 0.79% | 0.76% | - |
| XYZ | 13.17 | 6.83 | 52.25 | - |
| YUV | 67.23 | 200.11 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 195 | 0.64 | 0.79 | 0 | 0.24 | 251.3 | 0.65 | 0.46 |
| Hex | 46 | 29 | C3 | 40 | 4F | 0 | 18 | FB | 41 | 2E |
| Octal | 106 | 51 | 303 | 100 | 117 | 0 | 30 | 373 | 101 | 56 |
| Binary | 1000110 | 101001 | 11000011 | 1000000 | 1001111 | 0 | 11000 | 11111011 | 1000001 | 101110 |
Color Harmonies of #4629C3
Complementary color
Monochromatic Colors of #4629C3
Black with #4629C3
Text Example
Text Example
White with #4629C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629C3; }
p { color: rgb(70,41,195); }
H1.HeaderClassName
{
color: #4629C3;
}
.AnyTagClassName
{
color: #4629C3;
}
</style>
background-color css
<style>
a { background-color: #4629C3; }
a { background-color: rgb(70,41,195); }
div.DivClassName
{
background-color: #4629C3;
}
.BgClassName
{
background-color: #4629C3;
}
</style>
border-color css
<style>
span { border-color: #4629C3; }
span { border-color: rgb(70,41,195); }
td.TdClassName
{
border-color: #4629C3;
}
.TagClassName
{
border-color: #4629C3;
}
</style>