Shades of Purple Heart #432DBD
Tints of Purple Heart #432DBD
RGB
CMYK
RGB Variations
Color information
#432DBD (or 0x432DBD) is known color: Purple Heart. HEX triplet: 43, 2D and BD. RGB value is (67,45,189). Sum of RGB (Red+Green+Blue) = 67+45+189=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #432DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432DBD is #BCD242. Grayscale: #434343. Windows color (decimal): -12374595 or 12397891. OLE color: 12397891.
HSL color Cylindrical-coordinate representation of color #432DBD: hue angle of 249.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #432DBD is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 45 | 189 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.26 |
| HSL | 249.17º | 0.62% | 0.46% | - |
| HSV(B) | 249.17º | 0.76% | 0.74% | - |
| XYZ | 12.44 | 6.74 | 48.79 | - |
| YUV | 67.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 189 | 0.65 | 0.76 | 0 | 0.26 | 249.17 | 0.62 | 0.46 |
| Hex | 43 | 2D | BD | 41 | 4C | 0 | 1A | F9 | 3E | 2E |
| Octal | 103 | 55 | 275 | 101 | 114 | 0 | 32 | 371 | 76 | 56 |
| Binary | 1000011 | 101101 | 10111101 | 1000001 | 1001100 | 0 | 11010 | 11111001 | 111110 | 101110 |
Color Harmonies of #432DBD
Complementary color
Monochromatic Colors of #432DBD
Black with #432DBD
Text Example
Text Example
White with #432DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DBD; }
p { color: rgb(67,45,189); }
H1.HeaderClassName
{
color: #432DBD;
}
.AnyTagClassName
{
color: #432DBD;
}
</style>
background-color css
<style>
a { background-color: #432DBD; }
a { background-color: rgb(67,45,189); }
div.DivClassName
{
background-color: #432DBD;
}
.BgClassName
{
background-color: #432DBD;
}
</style>
border-color css
<style>
span { border-color: #432DBD; }
span { border-color: rgb(67,45,189); }
td.TdClassName
{
border-color: #432DBD;
}
.TagClassName
{
border-color: #432DBD;
}
</style>