Shades of Purple Heart #4229CE
Tints of Purple Heart #4229CE
RGB
CMYK
RGB Variations
Color information
#4229CE (or 0x4229CE) is known color: Purple Heart. HEX triplet: 42, 29 and CE. RGB value is (66,41,206). Sum of RGB (Red+Green+Blue) = 66+41+206=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #4229CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4229CE is #BDD631. Grayscale: #424242. Windows color (decimal): -12441138 or 13510978. OLE color: 13510978.
HSL color Cylindrical-coordinate representation of color #4229CE: hue angle of 249.09º 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 #4229CE is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 41 | 206 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.19 |
| HSL | 249.09º | 0.67% | 0.48% | - |
| HSV(B) | 249.09º | 0.8% | 0.81% | - |
| XYZ | 14.18 | 7.2 | 59.03 | - |
| YUV | 67.29 | 206.28 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 206 | 0.68 | 0.80 | 0 | 0.19 | 249.09 | 0.67 | 0.48 |
| Hex | 42 | 29 | CE | 44 | 50 | 0 | 13 | F9 | 43 | 30 |
| Octal | 102 | 51 | 316 | 104 | 120 | 0 | 23 | 371 | 103 | 60 |
| Binary | 1000010 | 101001 | 11001110 | 1000100 | 1010000 | 0 | 10011 | 11111001 | 1000011 | 110000 |
Color Harmonies of #4229CE
Complementary color
Monochromatic Colors of #4229CE
Black with #4229CE
Text Example
Text Example
White with #4229CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229CE; }
p { color: rgb(66,41,206); }
H1.HeaderClassName
{
color: #4229CE;
}
.AnyTagClassName
{
color: #4229CE;
}
</style>
background-color css
<style>
a { background-color: #4229CE; }
a { background-color: rgb(66,41,206); }
div.DivClassName
{
background-color: #4229CE;
}
.BgClassName
{
background-color: #4229CE;
}
</style>
border-color css
<style>
span { border-color: #4229CE; }
span { border-color: rgb(66,41,206); }
td.TdClassName
{
border-color: #4229CE;
}
.TagClassName
{
border-color: #4229CE;
}
</style>