Shades of Purple Heart #4A2AB6
Tints of Purple Heart #4A2AB6
RGB
CMYK
RGB Variations
Color information
#4A2AB6 (or 0x4A2AB6) is known color: Purple Heart. HEX triplet: 4A, 2A and B6. RGB value is (74,42,182). Sum of RGB (Red+Green+Blue) = 74+42+182=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 182 (71.48% from 255 or 61.07% from 298); Max value from RGB is 182 - color contains mainly: blue. Hex color #4A2AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2AB6 is #B5D549. Grayscale: #434343. Windows color (decimal): -11916618 or 11938378. OLE color: 11938378.
HSL color Cylindrical-coordinate representation of color #4A2AB6: hue angle of 253.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A2AB6 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 42 | 182 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.29 |
| HSL | 253.71º | 0.63% | 0.44% | - |
| HSV(B) | 253.71º | 0.77% | 0.71% | - |
| XYZ | 12.1 | 6.49 | 44.87 | - |
| YUV | 67.53 | 192.6 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 182 | 0.59 | 0.77 | 0 | 0.29 | 253.71 | 0.63 | 0.44 |
| Hex | 4A | 2A | B6 | 3B | 4D | 0 | 1D | FE | 3E | 2C |
| Octal | 112 | 52 | 266 | 73 | 115 | 0 | 35 | 376 | 76 | 54 |
| Binary | 1001010 | 101010 | 10110110 | 111011 | 1001101 | 0 | 11101 | 11111110 | 111110 | 101100 |
Color Harmonies of #4A2AB6
Complementary color
Monochromatic Colors of #4A2AB6
Black with #4A2AB6
Text Example
Text Example
White with #4A2AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2AB6; }
p { color: rgb(74,42,182); }
H1.HeaderClassName
{
color: #4A2AB6;
}
.AnyTagClassName
{
color: #4A2AB6;
}
</style>
background-color css
<style>
a { background-color: #4A2AB6; }
a { background-color: rgb(74,42,182); }
div.DivClassName
{
background-color: #4A2AB6;
}
.BgClassName
{
background-color: #4A2AB6;
}
</style>
border-color css
<style>
span { border-color: #4A2AB6; }
span { border-color: rgb(74,42,182); }
td.TdClassName
{
border-color: #4A2AB6;
}
.TagClassName
{
border-color: #4A2AB6;
}
</style>