Shades of Purple Heart #4120BA
Tints of Purple Heart #4120BA
RGB
CMYK
RGB Variations
Color information
#4120BA (or 0x4120BA) is known color: Purple Heart. HEX triplet: 41, 20 and BA. RGB value is (65,32,186). Sum of RGB (Red+Green+Blue) = 65+32+186=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #4120BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4120BA is #BEDF45. Grayscale: #3A3A3A. Windows color (decimal): -12508998 or 12197953. OLE color: 12197953.
HSL color Cylindrical-coordinate representation of color #4120BA: hue angle of 252.86º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4120BA is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 32 | 186 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.27 |
| HSL | 252.86º | 0.71% | 0.43% | - |
| HSV(B) | 252.86º | 0.83% | 0.73% | - |
| XYZ | 11.56 | 5.7 | 46.95 | - |
| YUV | 59.42 | 199.43 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 186 | 0.65 | 0.83 | 0 | 0.27 | 252.86 | 0.71 | 0.43 |
| Hex | 41 | 20 | BA | 41 | 53 | 0 | 1B | FD | 47 | 2B |
| Octal | 101 | 40 | 272 | 101 | 123 | 0 | 33 | 375 | 107 | 53 |
| Binary | 1000001 | 100000 | 10111010 | 1000001 | 1010011 | 0 | 11011 | 11111101 | 1000111 | 101011 |
Color Harmonies of #4120BA
Complementary color
Monochromatic Colors of #4120BA
Black with #4120BA
Text Example
Text Example
White with #4120BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4120BA; }
p { color: rgb(65,32,186); }
H1.HeaderClassName
{
color: #4120BA;
}
.AnyTagClassName
{
color: #4120BA;
}
</style>
background-color css
<style>
a { background-color: #4120BA; }
a { background-color: rgb(65,32,186); }
div.DivClassName
{
background-color: #4120BA;
}
.BgClassName
{
background-color: #4120BA;
}
</style>
border-color css
<style>
span { border-color: #4120BA; }
span { border-color: rgb(65,32,186); }
td.TdClassName
{
border-color: #4120BA;
}
.TagClassName
{
border-color: #4120BA;
}
</style>