Shades of Purple Heart #4124BA
Tints of Purple Heart #4124BA
RGB
CMYK
RGB Variations
Color information
#4124BA (or 0x4124BA) is known color: Purple Heart. HEX triplet: 41, 24 and BA. RGB value is (65,36,186). Sum of RGB (Red+Green+Blue) = 65+36+186=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #4124BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4124BA is #BEDB45. Grayscale: #3D3D3D. Windows color (decimal): -12507974 or 12198977. OLE color: 12198977.
HSL color Cylindrical-coordinate representation of color #4124BA: hue angle of 251.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4124BA is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 36 | 186 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.27 |
| HSL | 251.6º | 0.68% | 0.44% | - |
| HSV(B) | 251.6º | 0.81% | 0.73% | - |
| XYZ | 11.67 | 5.93 | 46.98 | - |
| YUV | 61.77 | 198.11 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 186 | 0.65 | 0.81 | 0 | 0.27 | 251.6 | 0.68 | 0.44 |
| Hex | 41 | 24 | BA | 41 | 51 | 0 | 1B | FC | 44 | 2C |
| Octal | 101 | 44 | 272 | 101 | 121 | 0 | 33 | 374 | 104 | 54 |
| Binary | 1000001 | 100100 | 10111010 | 1000001 | 1010001 | 0 | 11011 | 11111100 | 1000100 | 101100 |
Color Harmonies of #4124BA
Complementary color
Monochromatic Colors of #4124BA
Black with #4124BA
Text Example
Text Example
White with #4124BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4124BA; }
p { color: rgb(65,36,186); }
H1.HeaderClassName
{
color: #4124BA;
}
.AnyTagClassName
{
color: #4124BA;
}
</style>
background-color css
<style>
a { background-color: #4124BA; }
a { background-color: rgb(65,36,186); }
div.DivClassName
{
background-color: #4124BA;
}
.BgClassName
{
background-color: #4124BA;
}
</style>
border-color css
<style>
span { border-color: #4124BA; }
span { border-color: rgb(65,36,186); }
td.TdClassName
{
border-color: #4124BA;
}
.TagClassName
{
border-color: #4124BA;
}
</style>