Shades of Purple Heart #4113B9
Tints of Purple Heart #4113B9
RGB
CMYK
RGB Variations
Color information
#4113B9 (or 0x4113B9) is known color: Purple Heart. HEX triplet: 41, 13 and B9. RGB value is (65,19,185). Sum of RGB (Red+Green+Blue) = 65+19+185=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 185 (72.66% from 255 or 68.77% from 269); Max value from RGB is 185 - color contains mainly: blue. Hex color #4113B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113B9 is #BEEC46. Grayscale: #333333. Windows color (decimal): -12512327 or 12129089. OLE color: 12129089.
HSL color Cylindrical-coordinate representation of color #4113B9: hue angle of 256.63º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4113B9 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 19 | 185 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.27 |
| HSL | 256.63º | 0.81% | 0.4% | - |
| HSV(B) | 256.63º | 0.9% | 0.73% | - |
| XYZ | 11.17 | 5.09 | 46.29 | - |
| YUV | 51.68 | 203.24 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 185 | 0.65 | 0.90 | 0 | 0.27 | 256.63 | 0.81 | 0.4 |
| Hex | 41 | 13 | B9 | 41 | 5A | 0 | 1B | 101 | 51 | 28 |
| Octal | 101 | 23 | 271 | 101 | 132 | 0 | 33 | 401 | 121 | 50 |
| Binary | 1000001 | 10011 | 10111001 | 1000001 | 1011010 | 0 | 11011 | 100000001 | 1010001 | 101000 |
Color Harmonies of #4113B9
Complementary color
Monochromatic Colors of #4113B9
Black with #4113B9
Text Example
Text Example
White with #4113B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113B9; }
p { color: rgb(65,19,185); }
H1.HeaderClassName
{
color: #4113B9;
}
.AnyTagClassName
{
color: #4113B9;
}
</style>
background-color css
<style>
a { background-color: #4113B9; }
a { background-color: rgb(65,19,185); }
div.DivClassName
{
background-color: #4113B9;
}
.BgClassName
{
background-color: #4113B9;
}
</style>
border-color css
<style>
span { border-color: #4113B9; }
span { border-color: rgb(65,19,185); }
td.TdClassName
{
border-color: #4113B9;
}
.TagClassName
{
border-color: #4113B9;
}
</style>