Shades of Purple Heart #432DBA
Tints of Purple Heart #432DBA
RGB
CMYK
RGB Variations
Color information
#432DBA (or 0x432DBA) is known color: Purple Heart. HEX triplet: 43, 2D and BA. RGB value is (67,45,186). Sum of RGB (Red+Green+Blue) = 67+45+186=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #432DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432DBA is #BCD245. Grayscale: #434343. Windows color (decimal): -12374598 or 12201283. OLE color: 12201283.
HSL color Cylindrical-coordinate representation of color #432DBA: hue angle of 249.36º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #432DBA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 45 | 186 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.27 |
| HSL | 249.36º | 0.61% | 0.45% | - |
| HSV(B) | 249.36º | 0.76% | 0.73% | - |
| XYZ | 12.12 | 6.62 | 47.09 | - |
| YUV | 67.65 | 194.79 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 186 | 0.64 | 0.76 | 0 | 0.27 | 249.36 | 0.61 | 0.45 |
| Hex | 43 | 2D | BA | 40 | 4C | 0 | 1B | F9 | 3D | 2D |
| Octal | 103 | 55 | 272 | 100 | 114 | 0 | 33 | 371 | 75 | 55 |
| Binary | 1000011 | 101101 | 10111010 | 1000000 | 1001100 | 0 | 11011 | 11111001 | 111101 | 101101 |
Color Harmonies of #432DBA
Complementary color
Monochromatic Colors of #432DBA
Black with #432DBA
Text Example
Text Example
White with #432DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DBA; }
p { color: rgb(67,45,186); }
H1.HeaderClassName
{
color: #432DBA;
}
.AnyTagClassName
{
color: #432DBA;
}
</style>
background-color css
<style>
a { background-color: #432DBA; }
a { background-color: rgb(67,45,186); }
div.DivClassName
{
background-color: #432DBA;
}
.BgClassName
{
background-color: #432DBA;
}
</style>
border-color css
<style>
span { border-color: #432DBA; }
span { border-color: rgb(67,45,186); }
td.TdClassName
{
border-color: #432DBA;
}
.TagClassName
{
border-color: #432DBA;
}
</style>