Shades of Purple Heart #4B29CE
Tints of Purple Heart #4B29CE
RGB
CMYK
RGB Variations
Color information
#4B29CE (or 0x4B29CE) is known color: Purple Heart. HEX triplet: 4B, 29 and CE. RGB value is (75,41,206). Sum of RGB (Red+Green+Blue) = 75+41+206=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B29CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B29CE is #B4D631. Grayscale: #454545. Windows color (decimal): -11851314 or 13510987. OLE color: 13510987.
HSL color Cylindrical-coordinate representation of color #4B29CE: hue angle of 252.36º 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 #4B29CE is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 41 | 206 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.19 |
| HSL | 252.36º | 0.67% | 0.48% | - |
| HSV(B) | 252.36º | 0.8% | 0.81% | - |
| XYZ | 14.84 | 7.54 | 59.07 | - |
| YUV | 69.98 | 204.76 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 206 | 0.64 | 0.80 | 0 | 0.19 | 252.36 | 0.67 | 0.48 |
| Hex | 4B | 29 | CE | 40 | 50 | 0 | 13 | FC | 43 | 30 |
| Octal | 113 | 51 | 316 | 100 | 120 | 0 | 23 | 374 | 103 | 60 |
| Binary | 1001011 | 101001 | 11001110 | 1000000 | 1010000 | 0 | 10011 | 11111100 | 1000011 | 110000 |
Color Harmonies of #4B29CE
Complementary color
Monochromatic Colors of #4B29CE
Black with #4B29CE
Text Example
Text Example
White with #4B29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B29CE; }
p { color: rgb(75,41,206); }
H1.HeaderClassName
{
color: #4B29CE;
}
.AnyTagClassName
{
color: #4B29CE;
}
</style>
background-color css
<style>
a { background-color: #4B29CE; }
a { background-color: rgb(75,41,206); }
div.DivClassName
{
background-color: #4B29CE;
}
.BgClassName
{
background-color: #4B29CE;
}
</style>
border-color css
<style>
span { border-color: #4B29CE; }
span { border-color: rgb(75,41,206); }
td.TdClassName
{
border-color: #4B29CE;
}
.TagClassName
{
border-color: #4B29CE;
}
</style>