Shades of Purple Heart #432EBA
Tints of Purple Heart #432EBA
RGB
CMYK
RGB Variations
Color information
#432EBA (or 0x432EBA) is known color: Purple Heart. HEX triplet: 43, 2E and BA. RGB value is (67,46,186). Sum of RGB (Red+Green+Blue) = 67+46+186=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #432EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432EBA is #BCD145. Grayscale: #434343. Windows color (decimal): -12374342 or 12201539. OLE color: 12201539.
HSL color Cylindrical-coordinate representation of color #432EBA: hue angle of 249º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432EBA is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 46 | 186 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.27 |
| HSL | 249º | 0.6% | 0.45% | - |
| HSV(B) | 249º | 0.75% | 0.73% | - |
| XYZ | 12.15 | 6.69 | 47.11 | - |
| YUV | 68.24 | 194.46 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 186 | 0.64 | 0.75 | 0 | 0.27 | 249 | 0.6 | 0.45 |
| Hex | 43 | 2E | BA | 40 | 4B | 0 | 1B | F9 | 3C | 2D |
| Octal | 103 | 56 | 272 | 100 | 113 | 0 | 33 | 371 | 74 | 55 |
| Binary | 1000011 | 101110 | 10111010 | 1000000 | 1001011 | 0 | 11011 | 11111001 | 111100 | 101101 |
Color Harmonies of #432EBA
Complementary color
Monochromatic Colors of #432EBA
Black with #432EBA
Text Example
Text Example
White with #432EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432EBA; }
p { color: rgb(67,46,186); }
H1.HeaderClassName
{
color: #432EBA;
}
.AnyTagClassName
{
color: #432EBA;
}
</style>
background-color css
<style>
a { background-color: #432EBA; }
a { background-color: rgb(67,46,186); }
div.DivClassName
{
background-color: #432EBA;
}
.BgClassName
{
background-color: #432EBA;
}
</style>
border-color css
<style>
span { border-color: #432EBA; }
span { border-color: rgb(67,46,186); }
td.TdClassName
{
border-color: #432EBA;
}
.TagClassName
{
border-color: #432EBA;
}
</style>