Shades of Purple Heart #4A29B2
Tints of Purple Heart #4A29B2
RGB
CMYK
RGB Variations
Color information
#4A29B2 (or 0x4A29B2) is known color: Purple Heart. HEX triplet: 4A, 29 and B2. RGB value is (74,41,178). Sum of RGB (Red+Green+Blue) = 74+41+178=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 178 (69.92% from 255 or 60.75% from 293); Max value from RGB is 178 - color contains mainly: blue. Hex color #4A29B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A29B2 is #B5D64D. Grayscale: #414141. Windows color (decimal): -11916878 or 11675978. OLE color: 11675978.
HSL color Cylindrical-coordinate representation of color #4A29B2: hue angle of 254.45º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A29B2 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 41 | 178 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.30 |
| HSL | 254.45º | 0.63% | 0.43% | - |
| HSV(B) | 254.45º | 0.77% | 0.7% | - |
| XYZ | 11.65 | 6.26 | 42.71 | - |
| YUV | 66.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 41 | 178 | 0.58 | 0.77 | 0 | 0.30 | 254.45 | 0.63 | 0.43 |
| Hex | 4A | 29 | B2 | 3A | 4D | 0 | 1E | FE | 3F | 2B |
| Octal | 112 | 51 | 262 | 72 | 115 | 0 | 36 | 376 | 77 | 53 |
| Binary | 1001010 | 101001 | 10110010 | 111010 | 1001101 | 0 | 11110 | 11111110 | 111111 | 101011 |
Color Harmonies of #4A29B2
Complementary color
Monochromatic Colors of #4A29B2
Black with #4A29B2
Text Example
Text Example
White with #4A29B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A29B2; }
p { color: rgb(74,41,178); }
H1.HeaderClassName
{
color: #4A29B2;
}
.AnyTagClassName
{
color: #4A29B2;
}
</style>
background-color css
<style>
a { background-color: #4A29B2; }
a { background-color: rgb(74,41,178); }
div.DivClassName
{
background-color: #4A29B2;
}
.BgClassName
{
background-color: #4A29B2;
}
</style>
border-color css
<style>
span { border-color: #4A29B2; }
span { border-color: rgb(74,41,178); }
td.TdClassName
{
border-color: #4A29B2;
}
.TagClassName
{
border-color: #4A29B2;
}
</style>