Shades of Purple Heart #432ECF
Tints of Purple Heart #432ECF
RGB
CMYK
RGB Variations
Color information
#432ECF (or 0x432ECF) is known color: Purple Heart. HEX triplet: 43, 2E and CF. RGB value is (67,46,207). Sum of RGB (Red+Green+Blue) = 67+46+207=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #432ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432ECF is #BCD130. Grayscale: #464646. Windows color (decimal): -12374321 or 13577795. OLE color: 13577795.
HSL color Cylindrical-coordinate representation of color #432ECF: hue angle of 247.83º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #432ECF is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 46 | 207 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.19 |
| HSL | 247.83º | 0.64% | 0.5% | - |
| HSV(B) | 247.83º | 0.78% | 0.81% | - |
| XYZ | 14.55 | 7.65 | 59.74 | - |
| YUV | 70.63 | 204.96 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 207 | 0.68 | 0.78 | 0 | 0.19 | 247.83 | 0.64 | 0.5 |
| Hex | 43 | 2E | CF | 44 | 4E | 0 | 13 | F8 | 40 | 32 |
| Octal | 103 | 56 | 317 | 104 | 116 | 0 | 23 | 370 | 100 | 62 |
| Binary | 1000011 | 101110 | 11001111 | 1000100 | 1001110 | 0 | 10011 | 11111000 | 1000000 | 110010 |
Color Harmonies of #432ECF
Complementary color
Monochromatic Colors of #432ECF
Black with #432ECF
Text Example
Text Example
White with #432ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432ECF; }
p { color: rgb(67,46,207); }
H1.HeaderClassName
{
color: #432ECF;
}
.AnyTagClassName
{
color: #432ECF;
}
</style>
background-color css
<style>
a { background-color: #432ECF; }
a { background-color: rgb(67,46,207); }
div.DivClassName
{
background-color: #432ECF;
}
.BgClassName
{
background-color: #432ECF;
}
</style>
border-color css
<style>
span { border-color: #432ECF; }
span { border-color: rgb(67,46,207); }
td.TdClassName
{
border-color: #432ECF;
}
.TagClassName
{
border-color: #432ECF;
}
</style>