Shades of Purple Heart #4A2CBC
Tints of Purple Heart #4A2CBC
RGB
CMYK
RGB Variations
Color information
#4A2CBC (or 0x4A2CBC) is known color: Purple Heart. HEX triplet: 4A, 2C and BC. RGB value is (74,44,188). Sum of RGB (Red+Green+Blue) = 74+44+188=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A2CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2CBC is #B5D343. Grayscale: #444444. Windows color (decimal): -11916100 or 12332106. OLE color: 12332106.
HSL color Cylindrical-coordinate representation of color #4A2CBC: hue angle of 252.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A2CBC is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 44 | 188 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.26 |
| HSL | 252.5º | 0.62% | 0.45% | - |
| HSV(B) | 252.5º | 0.77% | 0.74% | - |
| XYZ | 12.8 | 6.89 | 48.23 | - |
| YUV | 69.39 | 194.94 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 44 | 188 | 0.61 | 0.77 | 0 | 0.26 | 252.5 | 0.62 | 0.45 |
| Hex | 4A | 2C | BC | 3D | 4D | 0 | 1A | FD | 3E | 2D |
| Octal | 112 | 54 | 274 | 75 | 115 | 0 | 32 | 375 | 76 | 55 |
| Binary | 1001010 | 101100 | 10111100 | 111101 | 1001101 | 0 | 11010 | 11111101 | 111110 | 101101 |
Color Harmonies of #4A2CBC
Complementary color
Monochromatic Colors of #4A2CBC
Black with #4A2CBC
Text Example
Text Example
White with #4A2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2CBC; }
p { color: rgb(74,44,188); }
H1.HeaderClassName
{
color: #4A2CBC;
}
.AnyTagClassName
{
color: #4A2CBC;
}
</style>
background-color css
<style>
a { background-color: #4A2CBC; }
a { background-color: rgb(74,44,188); }
div.DivClassName
{
background-color: #4A2CBC;
}
.BgClassName
{
background-color: #4A2CBC;
}
</style>
border-color css
<style>
span { border-color: #4A2CBC; }
span { border-color: rgb(74,44,188); }
td.TdClassName
{
border-color: #4A2CBC;
}
.TagClassName
{
border-color: #4A2CBC;
}
</style>