Shades of Purple Heart #432DBB
Tints of Purple Heart #432DBB
RGB
CMYK
RGB Variations
Color information
#432DBB (or 0x432DBB) is known color: Purple Heart. HEX triplet: 43, 2D and BB. RGB value is (67,45,187). Sum of RGB (Red+Green+Blue) = 67+45+187=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #432DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432DBB is #BCD244. Grayscale: #434343. Windows color (decimal): -12374597 or 12266819. OLE color: 12266819.
HSL color Cylindrical-coordinate representation of color #432DBB: hue angle of 249.3º 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 #432DBB is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 45 | 187 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.27 |
| HSL | 249.3º | 0.61% | 0.45% | - |
| HSV(B) | 249.3º | 0.76% | 0.73% | - |
| XYZ | 12.22 | 6.66 | 47.65 | - |
| YUV | 67.77 | 195.29 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 187 | 0.64 | 0.76 | 0 | 0.27 | 249.3 | 0.61 | 0.45 |
| Hex | 43 | 2D | BB | 40 | 4C | 0 | 1B | F9 | 3D | 2D |
| Octal | 103 | 55 | 273 | 100 | 114 | 0 | 33 | 371 | 75 | 55 |
| Binary | 1000011 | 101101 | 10111011 | 1000000 | 1001100 | 0 | 11011 | 11111001 | 111101 | 101101 |
Color Harmonies of #432DBB
Complementary color
Monochromatic Colors of #432DBB
Black with #432DBB
Text Example
Text Example
White with #432DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DBB; }
p { color: rgb(67,45,187); }
H1.HeaderClassName
{
color: #432DBB;
}
.AnyTagClassName
{
color: #432DBB;
}
</style>
background-color css
<style>
a { background-color: #432DBB; }
a { background-color: rgb(67,45,187); }
div.DivClassName
{
background-color: #432DBB;
}
.BgClassName
{
background-color: #432DBB;
}
</style>
border-color css
<style>
span { border-color: #432DBB; }
span { border-color: rgb(67,45,187); }
td.TdClassName
{
border-color: #432DBB;
}
.TagClassName
{
border-color: #432DBB;
}
</style>