Shades of Purple Heart #4629CE
Tints of Purple Heart #4629CE
RGB
CMYK
RGB Variations
Color information
#4629CE (or 0x4629CE) is known color: Purple Heart. HEX triplet: 46, 29 and CE. RGB value is (70,41,206). Sum of RGB (Red+Green+Blue) = 70+41+206=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #4629CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4629CE is #B9D631. Grayscale: #434343. Windows color (decimal): -12178994 or 13510982. OLE color: 13510982.
HSL color Cylindrical-coordinate representation of color #4629CE: hue angle of 250.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4629CE is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 41 | 206 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.19 |
| HSL | 250.55º | 0.67% | 0.48% | - |
| HSV(B) | 250.55º | 0.8% | 0.81% | - |
| XYZ | 14.46 | 7.34 | 59.05 | - |
| YUV | 68.48 | 205.61 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 206 | 0.66 | 0.80 | 0 | 0.19 | 250.55 | 0.67 | 0.48 |
| Hex | 46 | 29 | CE | 42 | 50 | 0 | 13 | FB | 43 | 30 |
| Octal | 106 | 51 | 316 | 102 | 120 | 0 | 23 | 373 | 103 | 60 |
| Binary | 1000110 | 101001 | 11001110 | 1000010 | 1010000 | 0 | 10011 | 11111011 | 1000011 | 110000 |
Color Harmonies of #4629CE
Complementary color
Monochromatic Colors of #4629CE
Black with #4629CE
Text Example
Text Example
White with #4629CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629CE; }
p { color: rgb(70,41,206); }
H1.HeaderClassName
{
color: #4629CE;
}
.AnyTagClassName
{
color: #4629CE;
}
</style>
background-color css
<style>
a { background-color: #4629CE; }
a { background-color: rgb(70,41,206); }
div.DivClassName
{
background-color: #4629CE;
}
.BgClassName
{
background-color: #4629CE;
}
</style>
border-color css
<style>
span { border-color: #4629CE; }
span { border-color: rgb(70,41,206); }
td.TdClassName
{
border-color: #4629CE;
}
.TagClassName
{
border-color: #4629CE;
}
</style>