Shades of Purple Heart #432DCF
Tints of Purple Heart #432DCF
RGB
CMYK
RGB Variations
Color information
#432DCF (or 0x432DCF) is known color: Purple Heart. HEX triplet: 43, 2D and CF. RGB value is (67,45,207). Sum of RGB (Red+Green+Blue) = 67+45+207=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #432DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432DCF is #BCD230. Grayscale: #454545. Windows color (decimal): -12374577 or 13577539. OLE color: 13577539.
HSL color Cylindrical-coordinate representation of color #432DCF: hue angle of 248.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #432DCF is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 45 | 207 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.19 |
| HSL | 248.15º | 0.64% | 0.49% | - |
| HSV(B) | 248.15º | 0.78% | 0.81% | - |
| XYZ | 14.52 | 7.58 | 59.73 | - |
| YUV | 70.05 | 205.29 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 207 | 0.68 | 0.78 | 0 | 0.19 | 248.15 | 0.64 | 0.49 |
| Hex | 43 | 2D | CF | 44 | 4E | 0 | 13 | F8 | 40 | 31 |
| Octal | 103 | 55 | 317 | 104 | 116 | 0 | 23 | 370 | 100 | 61 |
| Binary | 1000011 | 101101 | 11001111 | 1000100 | 1001110 | 0 | 10011 | 11111000 | 1000000 | 110001 |
Color Harmonies of #432DCF
Complementary color
Monochromatic Colors of #432DCF
Black with #432DCF
Text Example
Text Example
White with #432DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DCF; }
p { color: rgb(67,45,207); }
H1.HeaderClassName
{
color: #432DCF;
}
.AnyTagClassName
{
color: #432DCF;
}
</style>
background-color css
<style>
a { background-color: #432DCF; }
a { background-color: rgb(67,45,207); }
div.DivClassName
{
background-color: #432DCF;
}
.BgClassName
{
background-color: #432DCF;
}
</style>
border-color css
<style>
span { border-color: #432DCF; }
span { border-color: rgb(67,45,207); }
td.TdClassName
{
border-color: #432DCF;
}
.TagClassName
{
border-color: #432DCF;
}
</style>