Shades of Purple Heart #4C11BB
Tints of Purple Heart #4C11BB
RGB
CMYK
RGB Variations
Color information
#4C11BB (or 0x4C11BB) is known color: Purple Heart. HEX triplet: 4C, 11 and BB. RGB value is (76,17,187). Sum of RGB (Red+Green+Blue) = 76+17+187=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C11BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C11BB is #B3EE44. Grayscale: #353535. Windows color (decimal): -11791941 or 12259660. OLE color: 12259660.
HSL color Cylindrical-coordinate representation of color #4C11BB: hue angle of 260.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C11BB is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 17 | 187 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.27 |
| HSL | 260.82º | 0.83% | 0.4% | - |
| HSV(B) | 260.82º | 0.91% | 0.73% | - |
| XYZ | 12.15 | 5.53 | 47.44 | - |
| YUV | 54.02 | 203.05 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 187 | 0.59 | 0.91 | 0 | 0.27 | 260.82 | 0.83 | 0.4 |
| Hex | 4C | 11 | BB | 3B | 5B | 0 | 1B | 105 | 53 | 28 |
| Octal | 114 | 21 | 273 | 73 | 133 | 0 | 33 | 405 | 123 | 50 |
| Binary | 1001100 | 10001 | 10111011 | 111011 | 1011011 | 0 | 11011 | 100000101 | 1010011 | 101000 |
Color Harmonies of #4C11BB
Complementary color
Monochromatic Colors of #4C11BB
Black with #4C11BB
Text Example
Text Example
White with #4C11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C11BB; }
p { color: rgb(76,17,187); }
H1.HeaderClassName
{
color: #4C11BB;
}
.AnyTagClassName
{
color: #4C11BB;
}
</style>
background-color css
<style>
a { background-color: #4C11BB; }
a { background-color: rgb(76,17,187); }
div.DivClassName
{
background-color: #4C11BB;
}
.BgClassName
{
background-color: #4C11BB;
}
</style>
border-color css
<style>
span { border-color: #4C11BB; }
span { border-color: rgb(76,17,187); }
td.TdClassName
{
border-color: #4C11BB;
}
.TagClassName
{
border-color: #4C11BB;
}
</style>