Shades of Purple Heart #432DB5
Tints of Purple Heart #432DB5
RGB
CMYK
RGB Variations
Color information
#432DB5 (or 0x432DB5) is known color: Purple Heart. HEX triplet: 43, 2D and B5. RGB value is (67,45,181). Sum of RGB (Red+Green+Blue) = 67+45+181=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 181 (71.09% from 255 or 61.77% from 293); Max value from RGB is 181 - color contains mainly: blue. Hex color #432DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432DB5 is #BCD24A. Grayscale: #424242. Windows color (decimal): -12374603 or 11873603. OLE color: 11873603.
HSL color Cylindrical-coordinate representation of color #432DB5: hue angle of 249.71º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432DB5 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 45 | 181 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.29 |
| HSL | 249.71º | 0.6% | 0.44% | - |
| HSV(B) | 249.71º | 0.75% | 0.71% | - |
| XYZ | 11.59 | 6.41 | 44.34 | - |
| YUV | 67.08 | 192.29 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 181 | 0.63 | 0.75 | 0 | 0.29 | 249.71 | 0.6 | 0.44 |
| Hex | 43 | 2D | B5 | 3F | 4B | 0 | 1D | FA | 3C | 2C |
| Octal | 103 | 55 | 265 | 77 | 113 | 0 | 35 | 372 | 74 | 54 |
| Binary | 1000011 | 101101 | 10110101 | 111111 | 1001011 | 0 | 11101 | 11111010 | 111100 | 101100 |
Color Harmonies of #432DB5
Complementary color
Monochromatic Colors of #432DB5
Black with #432DB5
Text Example
Text Example
White with #432DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DB5; }
p { color: rgb(67,45,181); }
H1.HeaderClassName
{
color: #432DB5;
}
.AnyTagClassName
{
color: #432DB5;
}
</style>
background-color css
<style>
a { background-color: #432DB5; }
a { background-color: rgb(67,45,181); }
div.DivClassName
{
background-color: #432DB5;
}
.BgClassName
{
background-color: #432DB5;
}
</style>
border-color css
<style>
span { border-color: #432DB5; }
span { border-color: rgb(67,45,181); }
td.TdClassName
{
border-color: #432DB5;
}
.TagClassName
{
border-color: #432DB5;
}
</style>