Shades of Purple Heart #4A2ABC
Tints of Purple Heart #4A2ABC
RGB
CMYK
RGB Variations
Color information
#4A2ABC (or 0x4A2ABC) is known color: Purple Heart. HEX triplet: 4A, 2A and BC. RGB value is (74,42,188). Sum of RGB (Red+Green+Blue) = 74+42+188=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A2ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2ABC is #B5D543. Grayscale: #434343. Windows color (decimal): -11916612 or 12331594. OLE color: 12331594.
HSL color Cylindrical-coordinate representation of color #4A2ABC: hue angle of 253.15º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A2ABC is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 42 | 188 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.26 |
| HSL | 253.15º | 0.63% | 0.45% | - |
| HSV(B) | 253.15º | 0.78% | 0.74% | - |
| XYZ | 12.73 | 6.74 | 48.21 | - |
| YUV | 68.21 | 195.6 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 188 | 0.61 | 0.78 | 0 | 0.26 | 253.15 | 0.63 | 0.45 |
| Hex | 4A | 2A | BC | 3D | 4E | 0 | 1A | FD | 3F | 2D |
| Octal | 112 | 52 | 274 | 75 | 116 | 0 | 32 | 375 | 77 | 55 |
| Binary | 1001010 | 101010 | 10111100 | 111101 | 1001110 | 0 | 11010 | 11111101 | 111111 | 101101 |
Color Harmonies of #4A2ABC
Complementary color
Monochromatic Colors of #4A2ABC
Black with #4A2ABC
Text Example
Text Example
White with #4A2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2ABC; }
p { color: rgb(74,42,188); }
H1.HeaderClassName
{
color: #4A2ABC;
}
.AnyTagClassName
{
color: #4A2ABC;
}
</style>
background-color css
<style>
a { background-color: #4A2ABC; }
a { background-color: rgb(74,42,188); }
div.DivClassName
{
background-color: #4A2ABC;
}
.BgClassName
{
background-color: #4A2ABC;
}
</style>
border-color css
<style>
span { border-color: #4A2ABC; }
span { border-color: rgb(74,42,188); }
td.TdClassName
{
border-color: #4A2ABC;
}
.TagClassName
{
border-color: #4A2ABC;
}
</style>