Shades of Purple Heart #4A2BBA
Tints of Purple Heart #4A2BBA
RGB
CMYK
RGB Variations
Color information
#4A2BBA (or 0x4A2BBA) is known color: Purple Heart. HEX triplet: 4A, 2B and BA. RGB value is (74,43,186). Sum of RGB (Red+Green+Blue) = 74+43+186=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A2BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2BBA is #B5D445. Grayscale: #444444. Windows color (decimal): -11916358 or 12200778. OLE color: 12200778.
HSL color Cylindrical-coordinate representation of color #4A2BBA: hue angle of 253.01º degrees, saturation: 0.62, 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 #4A2BBA is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 43 | 186 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.27 |
| HSL | 253.01º | 0.62% | 0.45% | - |
| HSV(B) | 253.01º | 0.77% | 0.73% | - |
| XYZ | 12.55 | 6.73 | 47.09 | - |
| YUV | 68.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 43 | 186 | 0.60 | 0.77 | 0 | 0.27 | 253.01 | 0.62 | 0.45 |
| Hex | 4A | 2B | BA | 3C | 4D | 0 | 1B | FD | 3E | 2D |
| Octal | 112 | 53 | 272 | 74 | 115 | 0 | 33 | 375 | 76 | 55 |
| Binary | 1001010 | 101011 | 10111010 | 111100 | 1001101 | 0 | 11011 | 11111101 | 111110 | 101101 |
Color Harmonies of #4A2BBA
Complementary color
Monochromatic Colors of #4A2BBA
Black with #4A2BBA
Text Example
Text Example
White with #4A2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2BBA; }
p { color: rgb(74,43,186); }
H1.HeaderClassName
{
color: #4A2BBA;
}
.AnyTagClassName
{
color: #4A2BBA;
}
</style>
background-color css
<style>
a { background-color: #4A2BBA; }
a { background-color: rgb(74,43,186); }
div.DivClassName
{
background-color: #4A2BBA;
}
.BgClassName
{
background-color: #4A2BBA;
}
</style>
border-color css
<style>
span { border-color: #4A2BBA; }
span { border-color: rgb(74,43,186); }
td.TdClassName
{
border-color: #4A2BBA;
}
.TagClassName
{
border-color: #4A2BBA;
}
</style>