Shades of Purple Heart #4C11BE
Tints of Purple Heart #4C11BE
RGB
CMYK
RGB Variations
Color information
#4C11BE (or 0x4C11BE) is known color: Purple Heart. HEX triplet: 4C, 11 and BE. RGB value is (76,17,190). Sum of RGB (Red+Green+Blue) = 76+17+190=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C11BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C11BE is #B3EE41. Grayscale: #353535. Windows color (decimal): -11791938 or 12456268. OLE color: 12456268.
HSL color Cylindrical-coordinate representation of color #4C11BE: hue angle of 260.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C11BE is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 17 | 190 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.25 |
| HSL | 260.46º | 0.84% | 0.41% | - |
| HSV(B) | 260.46º | 0.91% | 0.75% | - |
| XYZ | 12.48 | 5.66 | 49.15 | - |
| YUV | 54.36 | 204.55 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 190 | 0.60 | 0.91 | 0 | 0.25 | 260.46 | 0.84 | 0.41 |
| Hex | 4C | 11 | BE | 3C | 5B | 0 | 19 | 104 | 54 | 29 |
| Octal | 114 | 21 | 276 | 74 | 133 | 0 | 31 | 404 | 124 | 51 |
| Binary | 1001100 | 10001 | 10111110 | 111100 | 1011011 | 0 | 11001 | 100000100 | 1010100 | 101001 |
Color Harmonies of #4C11BE
Complementary color
Monochromatic Colors of #4C11BE
Black with #4C11BE
Text Example
Text Example
White with #4C11BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C11BE; }
p { color: rgb(76,17,190); }
H1.HeaderClassName
{
color: #4C11BE;
}
.AnyTagClassName
{
color: #4C11BE;
}
</style>
background-color css
<style>
a { background-color: #4C11BE; }
a { background-color: rgb(76,17,190); }
div.DivClassName
{
background-color: #4C11BE;
}
.BgClassName
{
background-color: #4C11BE;
}
</style>
border-color css
<style>
span { border-color: #4C11BE; }
span { border-color: rgb(76,17,190); }
td.TdClassName
{
border-color: #4C11BE;
}
.TagClassName
{
border-color: #4C11BE;
}
</style>