Shades of Purple Heart #4229BD
Tints of Purple Heart #4229BD
RGB
CMYK
RGB Variations
Color information
#4229BD (or 0x4229BD) is known color: Purple Heart. HEX triplet: 42, 29 and BD. RGB value is (66,41,189). Sum of RGB (Red+Green+Blue) = 66+41+189=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #4229BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4229BD is #BDD642. Grayscale: #404040. Windows color (decimal): -12441155 or 12396866. OLE color: 12396866.
HSL color Cylindrical-coordinate representation of color #4229BD: hue angle of 250.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4229BD is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 41 | 189 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.26 |
| HSL | 250.14º | 0.64% | 0.45% | - |
| HSV(B) | 250.14º | 0.78% | 0.74% | - |
| XYZ | 12.23 | 6.42 | 48.74 | - |
| YUV | 65.35 | 197.78 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 189 | 0.65 | 0.78 | 0 | 0.26 | 250.14 | 0.64 | 0.45 |
| Hex | 42 | 29 | BD | 41 | 4E | 0 | 1A | FA | 40 | 2D |
| Octal | 102 | 51 | 275 | 101 | 116 | 0 | 32 | 372 | 100 | 55 |
| Binary | 1000010 | 101001 | 10111101 | 1000001 | 1001110 | 0 | 11010 | 11111010 | 1000000 | 101101 |
Color Harmonies of #4229BD
Complementary color
Monochromatic Colors of #4229BD
Black with #4229BD
Text Example
Text Example
White with #4229BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229BD; }
p { color: rgb(66,41,189); }
H1.HeaderClassName
{
color: #4229BD;
}
.AnyTagClassName
{
color: #4229BD;
}
</style>
background-color css
<style>
a { background-color: #4229BD; }
a { background-color: rgb(66,41,189); }
div.DivClassName
{
background-color: #4229BD;
}
.BgClassName
{
background-color: #4229BD;
}
</style>
border-color css
<style>
span { border-color: #4229BD; }
span { border-color: rgb(66,41,189); }
td.TdClassName
{
border-color: #4229BD;
}
.TagClassName
{
border-color: #4229BD;
}
</style>