Shades of Purple Heart #4A2ABA
Tints of Purple Heart #4A2ABA
RGB
CMYK
RGB Variations
Color information
#4A2ABA (or 0x4A2ABA) is known color: Purple Heart. HEX triplet: 4A, 2A and BA. RGB value is (74,42,186). Sum of RGB (Red+Green+Blue) = 74+42+186=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A2ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2ABA is #B5D545. Grayscale: #434343. Windows color (decimal): -11916614 or 12200522. OLE color: 12200522.
HSL color Cylindrical-coordinate representation of color #4A2ABA: hue angle of 253.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A2ABA is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 42 | 186 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.27 |
| HSL | 253.33º | 0.63% | 0.45% | - |
| HSV(B) | 253.33º | 0.77% | 0.73% | - |
| XYZ | 12.51 | 6.66 | 47.08 | - |
| YUV | 67.98 | 194.6 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 186 | 0.60 | 0.77 | 0 | 0.27 | 253.33 | 0.63 | 0.45 |
| Hex | 4A | 2A | BA | 3C | 4D | 0 | 1B | FD | 3F | 2D |
| Octal | 112 | 52 | 272 | 74 | 115 | 0 | 33 | 375 | 77 | 55 |
| Binary | 1001010 | 101010 | 10111010 | 111100 | 1001101 | 0 | 11011 | 11111101 | 111111 | 101101 |
Color Harmonies of #4A2ABA
Complementary color
Monochromatic Colors of #4A2ABA
Black with #4A2ABA
Text Example
Text Example
White with #4A2ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2ABA; }
p { color: rgb(74,42,186); }
H1.HeaderClassName
{
color: #4A2ABA;
}
.AnyTagClassName
{
color: #4A2ABA;
}
</style>
background-color css
<style>
a { background-color: #4A2ABA; }
a { background-color: rgb(74,42,186); }
div.DivClassName
{
background-color: #4A2ABA;
}
.BgClassName
{
background-color: #4A2ABA;
}
</style>
border-color css
<style>
span { border-color: #4A2ABA; }
span { border-color: rgb(74,42,186); }
td.TdClassName
{
border-color: #4A2ABA;
}
.TagClassName
{
border-color: #4A2ABA;
}
</style>