Shades of Purple Heart #432ECC
Tints of Purple Heart #432ECC
RGB
CMYK
RGB Variations
Color information
#432ECC (or 0x432ECC) is known color: Purple Heart. HEX triplet: 43, 2E and CC. RGB value is (67,46,204). Sum of RGB (Red+Green+Blue) = 67+46+204=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #432ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432ECC is #BCD133. Grayscale: #454545. Windows color (decimal): -12374324 or 13381187. OLE color: 13381187.
HSL color Cylindrical-coordinate representation of color #432ECC: hue angle of 247.97º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #432ECC is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 46 | 204 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.2 |
| HSL | 247.97º | 0.63% | 0.49% | - |
| HSV(B) | 247.97º | 0.77% | 0.8% | - |
| XYZ | 14.19 | 7.51 | 57.83 | - |
| YUV | 70.29 | 203.46 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 204 | 0.67 | 0.77 | 0 | 0.2 | 247.97 | 0.63 | 0.49 |
| Hex | 43 | 2E | CC | 43 | 4D | 0 | 14 | F8 | 3F | 31 |
| Octal | 103 | 56 | 314 | 103 | 115 | 0 | 24 | 370 | 77 | 61 |
| Binary | 1000011 | 101110 | 11001100 | 1000011 | 1001101 | 0 | 10100 | 11111000 | 111111 | 110001 |
Color Harmonies of #432ECC
Complementary color
Monochromatic Colors of #432ECC
Black with #432ECC
Text Example
Text Example
White with #432ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432ECC; }
p { color: rgb(67,46,204); }
H1.HeaderClassName
{
color: #432ECC;
}
.AnyTagClassName
{
color: #432ECC;
}
</style>
background-color css
<style>
a { background-color: #432ECC; }
a { background-color: rgb(67,46,204); }
div.DivClassName
{
background-color: #432ECC;
}
.BgClassName
{
background-color: #432ECC;
}
</style>
border-color css
<style>
span { border-color: #432ECC; }
span { border-color: rgb(67,46,204); }
td.TdClassName
{
border-color: #432ECC;
}
.TagClassName
{
border-color: #432ECC;
}
</style>