Shades of Purple Heart #432FBC
Tints of Purple Heart #432FBC
RGB
CMYK
RGB Variations
Color information
#432FBC (or 0x432FBC) is known color: Purple Heart. HEX triplet: 43, 2F and BC. RGB value is (67,47,188). Sum of RGB (Red+Green+Blue) = 67+47+188=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #432FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432FBC is #BCD043. Grayscale: #444444. Windows color (decimal): -12374084 or 12332867. OLE color: 12332867.
HSL color Cylindrical-coordinate representation of color #432FBC: hue angle of 248.51º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432FBC is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 47 | 188 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.26 |
| HSL | 248.51º | 0.6% | 0.46% | - |
| HSV(B) | 248.51º | 0.75% | 0.74% | - |
| XYZ | 12.41 | 6.86 | 48.25 | - |
| YUV | 69.05 | 195.13 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 188 | 0.64 | 0.75 | 0 | 0.26 | 248.51 | 0.6 | 0.46 |
| Hex | 43 | 2F | BC | 40 | 4B | 0 | 1A | F9 | 3C | 2E |
| Octal | 103 | 57 | 274 | 100 | 113 | 0 | 32 | 371 | 74 | 56 |
| Binary | 1000011 | 101111 | 10111100 | 1000000 | 1001011 | 0 | 11010 | 11111001 | 111100 | 101110 |
Color Harmonies of #432FBC
Complementary color
Monochromatic Colors of #432FBC
Black with #432FBC
Text Example
Text Example
White with #432FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FBC; }
p { color: rgb(67,47,188); }
H1.HeaderClassName
{
color: #432FBC;
}
.AnyTagClassName
{
color: #432FBC;
}
</style>
background-color css
<style>
a { background-color: #432FBC; }
a { background-color: rgb(67,47,188); }
div.DivClassName
{
background-color: #432FBC;
}
.BgClassName
{
background-color: #432FBC;
}
</style>
border-color css
<style>
span { border-color: #432FBC; }
span { border-color: rgb(67,47,188); }
td.TdClassName
{
border-color: #432FBC;
}
.TagClassName
{
border-color: #432FBC;
}
</style>