Shades of Purple Heart #4132BA
Tints of Purple Heart #4132BA
RGB
CMYK
RGB Variations
Color information
#4132BA (or 0x4132BA) is known color: Purple Heart. HEX triplet: 41, 32 and BA. RGB value is (65,50,186). Sum of RGB (Red+Green+Blue) = 65+50+186=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #4132BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4132BA is #BECD45. Grayscale: #454545. Windows color (decimal): -12504390 or 12202561. OLE color: 12202561.
HSL color Cylindrical-coordinate representation of color #4132BA: hue angle of 246.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4132BA is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 50 | 186 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.27 |
| HSL | 246.62º | 0.58% | 0.46% | - |
| HSV(B) | 246.62º | 0.73% | 0.73% | - |
| XYZ | 12.18 | 6.95 | 47.15 | - |
| YUV | 69.99 | 193.47 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 186 | 0.65 | 0.73 | 0 | 0.27 | 246.62 | 0.58 | 0.46 |
| Hex | 41 | 32 | BA | 41 | 49 | 0 | 1B | F7 | 3A | 2E |
| Octal | 101 | 62 | 272 | 101 | 111 | 0 | 33 | 367 | 72 | 56 |
| Binary | 1000001 | 110010 | 10111010 | 1000001 | 1001001 | 0 | 11011 | 11110111 | 111010 | 101110 |
Color Harmonies of #4132BA
Complementary color
Monochromatic Colors of #4132BA
Black with #4132BA
Text Example
Text Example
White with #4132BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4132BA; }
p { color: rgb(65,50,186); }
H1.HeaderClassName
{
color: #4132BA;
}
.AnyTagClassName
{
color: #4132BA;
}
</style>
background-color css
<style>
a { background-color: #4132BA; }
a { background-color: rgb(65,50,186); }
div.DivClassName
{
background-color: #4132BA;
}
.BgClassName
{
background-color: #4132BA;
}
</style>
border-color css
<style>
span { border-color: #4132BA; }
span { border-color: rgb(65,50,186); }
td.TdClassName
{
border-color: #4132BA;
}
.TagClassName
{
border-color: #4132BA;
}
</style>