Shades of Purple Heart #4113BA
Tints of Purple Heart #4113BA
RGB
CMYK
RGB Variations
Color information
#4113BA (or 0x4113BA) is known color: Purple Heart. HEX triplet: 41, 13 and BA. RGB value is (65,19,186). Sum of RGB (Red+Green+Blue) = 65+19+186=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #4113BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113BA is #BEEC45. Grayscale: #333333. Windows color (decimal): -12512326 or 12194625. OLE color: 12194625.
HSL color Cylindrical-coordinate representation of color #4113BA: hue angle of 256.53º 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 #4113BA is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 19 | 186 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.27 |
| HSL | 256.53º | 0.81% | 0.4% | - |
| HSV(B) | 256.53º | 0.9% | 0.73% | - |
| XYZ | 11.28 | 5.13 | 46.85 | - |
| YUV | 51.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 186 | 0.65 | 0.90 | 0 | 0.27 | 256.53 | 0.81 | 0.4 |
| Hex | 41 | 13 | BA | 41 | 5A | 0 | 1B | 101 | 51 | 28 |
| Octal | 101 | 23 | 272 | 101 | 132 | 0 | 33 | 401 | 121 | 50 |
| Binary | 1000001 | 10011 | 10111010 | 1000001 | 1011010 | 0 | 11011 | 100000001 | 1010001 | 101000 |
Color Harmonies of #4113BA
Complementary color
Monochromatic Colors of #4113BA
Black with #4113BA
Text Example
Text Example
White with #4113BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113BA; }
p { color: rgb(65,19,186); }
H1.HeaderClassName
{
color: #4113BA;
}
.AnyTagClassName
{
color: #4113BA;
}
</style>
background-color css
<style>
a { background-color: #4113BA; }
a { background-color: rgb(65,19,186); }
div.DivClassName
{
background-color: #4113BA;
}
.BgClassName
{
background-color: #4113BA;
}
</style>
border-color css
<style>
span { border-color: #4113BA; }
span { border-color: rgb(65,19,186); }
td.TdClassName
{
border-color: #4113BA;
}
.TagClassName
{
border-color: #4113BA;
}
</style>