Shades of Purple Heart #4A1EBC
Tints of Purple Heart #4A1EBC
RGB
CMYK
RGB Variations
Color information
#4A1EBC (or 0x4A1EBC) is known color: Purple Heart. HEX triplet: 4A, 1E and BC. RGB value is (74,30,188). Sum of RGB (Red+Green+Blue) = 74+30+188=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A1EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1EBC is #B5E143. Grayscale: #3C3C3C. Windows color (decimal): -11919684 or 12328522. OLE color: 12328522.
HSL color Cylindrical-coordinate representation of color #4A1EBC: hue angle of 256.71º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1EBC is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 30 | 188 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.26 |
| HSL | 256.71º | 0.72% | 0.43% | - |
| HSV(B) | 256.71º | 0.84% | 0.74% | - |
| XYZ | 12.37 | 6.02 | 48.09 | - |
| YUV | 61.17 | 199.58 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 30 | 188 | 0.61 | 0.84 | 0 | 0.26 | 256.71 | 0.72 | 0.43 |
| Hex | 4A | 1E | BC | 3D | 54 | 0 | 1A | 101 | 48 | 2B |
| Octal | 112 | 36 | 274 | 75 | 124 | 0 | 32 | 401 | 110 | 53 |
| Binary | 1001010 | 11110 | 10111100 | 111101 | 1010100 | 0 | 11010 | 100000001 | 1001000 | 101011 |
Color Harmonies of #4A1EBC
Complementary color
Monochromatic Colors of #4A1EBC
Black with #4A1EBC
Text Example
Text Example
White with #4A1EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1EBC; }
p { color: rgb(74,30,188); }
H1.HeaderClassName
{
color: #4A1EBC;
}
.AnyTagClassName
{
color: #4A1EBC;
}
</style>
background-color css
<style>
a { background-color: #4A1EBC; }
a { background-color: rgb(74,30,188); }
div.DivClassName
{
background-color: #4A1EBC;
}
.BgClassName
{
background-color: #4A1EBC;
}
</style>
border-color css
<style>
span { border-color: #4A1EBC; }
span { border-color: rgb(74,30,188); }
td.TdClassName
{
border-color: #4A1EBC;
}
.TagClassName
{
border-color: #4A1EBC;
}
</style>