Shades of Purple Heart #4C1ABA
Tints of Purple Heart #4C1ABA
RGB
CMYK
RGB Variations
Color information
#4C1ABA (or 0x4C1ABA) is known color: Purple Heart. HEX triplet: 4C, 1A and BA. RGB value is (76,26,186). Sum of RGB (Red+Green+Blue) = 76+26+186=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C1ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1ABA is #B3E545. Grayscale: #3A3A3A. Windows color (decimal): -11789638 or 12196428. OLE color: 12196428.
HSL color Cylindrical-coordinate representation of color #4C1ABA: hue angle of 258.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1ABA is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 26 | 186 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.27 |
| HSL | 258.75º | 0.75% | 0.42% | - |
| HSV(B) | 258.75º | 0.86% | 0.73% | - |
| XYZ | 12.21 | 5.82 | 46.93 | - |
| YUV | 59.19 | 199.57 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 186 | 0.59 | 0.86 | 0 | 0.27 | 258.75 | 0.75 | 0.42 |
| Hex | 4C | 1A | BA | 3B | 56 | 0 | 1B | 103 | 4B | 2A |
| Octal | 114 | 32 | 272 | 73 | 126 | 0 | 33 | 403 | 113 | 52 |
| Binary | 1001100 | 11010 | 10111010 | 111011 | 1010110 | 0 | 11011 | 100000011 | 1001011 | 101010 |
Color Harmonies of #4C1ABA
Complementary color
Monochromatic Colors of #4C1ABA
Black with #4C1ABA
Text Example
Text Example
White with #4C1ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1ABA; }
p { color: rgb(76,26,186); }
H1.HeaderClassName
{
color: #4C1ABA;
}
.AnyTagClassName
{
color: #4C1ABA;
}
</style>
background-color css
<style>
a { background-color: #4C1ABA; }
a { background-color: rgb(76,26,186); }
div.DivClassName
{
background-color: #4C1ABA;
}
.BgClassName
{
background-color: #4C1ABA;
}
</style>
border-color css
<style>
span { border-color: #4C1ABA; }
span { border-color: rgb(76,26,186); }
td.TdClassName
{
border-color: #4C1ABA;
}
.TagClassName
{
border-color: #4C1ABA;
}
</style>