Shades of Purple Heart #4A2CBA
Tints of Purple Heart #4A2CBA
RGB
CMYK
RGB Variations
Color information
#4A2CBA (or 0x4A2CBA) is known color: Purple Heart. HEX triplet: 4A, 2C and BA. RGB value is (74,44,186). Sum of RGB (Red+Green+Blue) = 74+44+186=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A2CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2CBA is #B5D345. Grayscale: #444444. Windows color (decimal): -11916102 or 12201034. OLE color: 12201034.
HSL color Cylindrical-coordinate representation of color #4A2CBA: hue angle of 252.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A2CBA is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 44 | 186 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.27 |
| HSL | 252.68º | 0.62% | 0.45% | - |
| HSV(B) | 252.68º | 0.76% | 0.73% | - |
| XYZ | 12.59 | 6.8 | 47.1 | - |
| YUV | 69.16 | 193.94 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 44 | 186 | 0.60 | 0.76 | 0 | 0.27 | 252.68 | 0.62 | 0.45 |
| Hex | 4A | 2C | BA | 3C | 4C | 0 | 1B | FD | 3E | 2D |
| Octal | 112 | 54 | 272 | 74 | 114 | 0 | 33 | 375 | 76 | 55 |
| Binary | 1001010 | 101100 | 10111010 | 111100 | 1001100 | 0 | 11011 | 11111101 | 111110 | 101101 |
Color Harmonies of #4A2CBA
Complementary color
Monochromatic Colors of #4A2CBA
Black with #4A2CBA
Text Example
Text Example
White with #4A2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2CBA; }
p { color: rgb(74,44,186); }
H1.HeaderClassName
{
color: #4A2CBA;
}
.AnyTagClassName
{
color: #4A2CBA;
}
</style>
background-color css
<style>
a { background-color: #4A2CBA; }
a { background-color: rgb(74,44,186); }
div.DivClassName
{
background-color: #4A2CBA;
}
.BgClassName
{
background-color: #4A2CBA;
}
</style>
border-color css
<style>
span { border-color: #4A2CBA; }
span { border-color: rgb(74,44,186); }
td.TdClassName
{
border-color: #4A2CBA;
}
.TagClassName
{
border-color: #4A2CBA;
}
</style>