Shades of Purple Heart #4111BE
Tints of Purple Heart #4111BE
RGB
CMYK
RGB Variations
Color information
#4111BE (or 0x4111BE) is known color: Purple Heart. HEX triplet: 41, 11 and BE. RGB value is (65,17,190). Sum of RGB (Red+Green+Blue) = 65+17+190=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #4111BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4111BE is #BEEE41. Grayscale: #323232. Windows color (decimal): -12512834 or 12456257. OLE color: 12456257.
HSL color Cylindrical-coordinate representation of color #4111BE: hue angle of 256.65º 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 #4111BE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 17 | 190 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.25 |
| HSL | 256.65º | 0.84% | 0.41% | - |
| HSV(B) | 256.65º | 0.91% | 0.75% | - |
| XYZ | 11.67 | 5.24 | 49.11 | - |
| YUV | 51.07 | 206.4 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 190 | 0.66 | 0.91 | 0 | 0.25 | 256.65 | 0.84 | 0.41 |
| Hex | 41 | 11 | BE | 42 | 5B | 0 | 19 | 101 | 54 | 29 |
| Octal | 101 | 21 | 276 | 102 | 133 | 0 | 31 | 401 | 124 | 51 |
| Binary | 1000001 | 10001 | 10111110 | 1000010 | 1011011 | 0 | 11001 | 100000001 | 1010100 | 101001 |
Color Harmonies of #4111BE
Complementary color
Monochromatic Colors of #4111BE
Black with #4111BE
Text Example
Text Example
White with #4111BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4111BE; }
p { color: rgb(65,17,190); }
H1.HeaderClassName
{
color: #4111BE;
}
.AnyTagClassName
{
color: #4111BE;
}
</style>
background-color css
<style>
a { background-color: #4111BE; }
a { background-color: rgb(65,17,190); }
div.DivClassName
{
background-color: #4111BE;
}
.BgClassName
{
background-color: #4111BE;
}
</style>
border-color css
<style>
span { border-color: #4111BE; }
span { border-color: rgb(65,17,190); }
td.TdClassName
{
border-color: #4111BE;
}
.TagClassName
{
border-color: #4111BE;
}
</style>